mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Changed pointer type to prevent compiler error
This commit is contained in:
@@ -98,7 +98,7 @@ namespace GlitchyEngine.Content
|
|||||||
// vertices
|
// vertices
|
||||||
{
|
{
|
||||||
List<VertexElement> elements = scope .(primitive.Attributes.Length);
|
List<VertexElement> elements = scope .(primitive.Attributes.Length);
|
||||||
Dictionary<CGLTF.BufferView*, VertexBuffer> buffers = scope .();
|
Dictionary<void*, VertexBuffer> buffers = scope .();
|
||||||
List<VertexBufferBinding> bindings = scope .();
|
List<VertexBufferBinding> bindings = scope .();
|
||||||
|
|
||||||
for(var attribute in primitive.Attributes)
|
for(var attribute in primitive.Attributes)
|
||||||
|
|||||||
Reference in New Issue
Block a user