-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
That makes it harder to identify them in the debugger or in RenderDoc's Resource Inspector.
jmonkeyengine/jme3-core/src/main/java/com/jme3/scene/VertexBuffer.java
Lines 1123 to 1132 in 03c26a8
public void write(JmeExporter ex) throws IOException { | |
OutputCapsule oc = ex.getCapsule(this); | |
oc.write(components, "components", 0); | |
oc.write(usage, "usage", Usage.Dynamic); | |
oc.write(bufType, "buffer_type", null); | |
oc.write(format, "format", Format.Float); | |
oc.write(normalized, "normalized", false); | |
oc.write(offset, "offset", 0); | |
oc.write(stride, "stride", 0); | |
oc.write(instanceSpan, "instanceSpan", 0); |
Metadata
Metadata
Assignees
Labels
No labels