Class ARBVertexArray
java.lang.Object
foundry.veil.api.client.render.vertex.VertexArray
foundry.veil.impl.client.render.vertex.ARBVertexArray
- All Implemented Interfaces:
AutoCloseable
,org.lwjgl.system.NativeResource
-
Nested Class Summary
Nested classes/interfaces inherited from class foundry.veil.api.client.render.vertex.VertexArray
VertexArray.DrawUsage, VertexArray.IndexType
-
Field Summary
Fields inherited from class foundry.veil.api.client.render.vertex.VertexArray
buffers, builder, drawMode, ELEMENT_ARRAY_BUFFER, id, indexCount, indexType, VERTEX_BUFFER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class foundry.veil.api.client.render.vertex.VertexArray
bind, clear, create, create, create, draw, drawIndirect, drawIndirectWithRenderType, drawInstanced, drawInstancedWithRenderType, drawWithRenderType, editFormat, free, getDrawMode, getId, getIndexCount, getIndexType, getOrCreateBuffer, setDrawMode, setIndexCount, setup, unbind, upload, upload, upload, uploadIndexBuffer, uploadIndexBuffer, uploadIndexBuffer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
Constructor Details
-
ARBVertexArray
public ARBVertexArray(int id)
-