Instance.DataSet

Undocumented in source.

Constructors

this
this(Geometry geom)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

Index
alias Index = uint
Undocumented in source.
Vertex
alias Vertex = getSymbolsByUDA!(This, vertex)[0]
Undocumented in source.

Functions

initializeDescriptorSet
void initializeDescriptorSet(DescriptorPool descriptorPool, DescriptorSetLayout descriptorSetLayout)
Undocumented in source. Be warned that the author may not have intended to support it.
record
void record(Geometry geom, Material inst, CommandBuffer commandBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

indexType
enum indexType;
Undocumented in source.
indexType
enum indexType;
Undocumented in source.
indexType
enum indexType;
Undocumented in source.

Mixins

__anonymous
mixin ImplResourceStack
Undocumented in source.
__anonymous
mixin ImplReleaseOwn
Undocumented in source.
__anonymous
mixin DefineInstanceMembers!(This)
Undocumented in source.

Variables

descriptorSet
DescriptorSet descriptorSet;
Undocumented in source.
indexBuffer
VBuffer!Index indexBuffer;
Undocumented in source.
vertexBuffer
VBuffer!Vertex vertexBuffer;
Undocumented in source.

Mixed In Members

From mixin ImplReleaseOwn

~this
~this()
Undocumented in source.

Meta