Class DrawCall.IndexedBuilder
java.lang.Object
dev.engine.graphics.command.DrawCall.IndexedBuilder
- Enclosing class:
DrawCall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()count(int count) firstIndex(int first) indices(Handle<BufferResource> ibo) 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
-
IndexedBuilder
public IndexedBuilder()
-
-
Method Details
-
indices
-
count
-
firstIndex
-
build
-
pipeline
-
vertices
-
uniform
-
texture
public DrawCall.IndexedBuilder texture(int unit, Handle<TextureResource> tex, Handle<SamplerResource> sampler) -
storage
-
pushConstants
-