Class DrawCall
java.lang.Object
dev.engine.graphics.command.DrawCall
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic final record -
Method Summary
Modifier and TypeMethodDescriptionintstatic DrawCall.IndexedBuilderindexed()static DrawCall.NonIndexedBuilderpipeline()static voidsetValidation(boolean enabled) Converts to a list of RenderCommands for submission.int
-
Method Details
-
pipeline
-
vertexBuffer
-
vertexInput
-
indexBuffer
-
vertexCount
public int vertexCount() -
indexCount
public int indexCount() -
setValidation
public static void setValidation(boolean enabled) -
indexed
-
nonIndexed
-
toCommands
Converts to a list of RenderCommands for submission.
-