Class DrawCall.NonIndexedBuilder
java.lang.Object
dev.engine.graphics.command.DrawCall.NonIndexedBuilder
- Enclosing class:
DrawCall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()count(int count) firstVertex(int first) pushConstants(ByteBuffer data) storage(int binding, Handle<BufferResource> buf) texture(int unit, Handle<TextureResource> tex, Handle<SamplerResource> sampler) uniform(int binding, Handle<BufferResource> buf) vertices(Handle<BufferResource> vbo, Handle<VertexInputResource> vi)
-
Constructor Details
-
NonIndexedBuilder
public NonIndexedBuilder()
-
-
Method Details
-
count
-
firstVertex
-
build
-
pipeline
-
vertices
public DrawCall.NonIndexedBuilder vertices(Handle<BufferResource> vbo, Handle<VertexInputResource> vi) -
uniform
-
texture
public DrawCall.NonIndexedBuilder texture(int unit, Handle<TextureResource> tex, Handle<SamplerResource> sampler) -
storage
-
pushConstants
-