forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Sources/kha/graphics4/VertexElement.hx
Normal file
11
Kha/Sources/kha/graphics4/VertexElement.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package kha.graphics4;
|
||||
|
||||
class VertexElement {
|
||||
public var name: String;
|
||||
public var data: VertexData;
|
||||
|
||||
public function new(name: String, data: VertexData) {
|
||||
this.name = name;
|
||||
this.data = data;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user