RlDrawCallD constructor
RlDrawCallD({
- StructPointer<
RlDrawCallD> ? op, - RlDrawMode mode = .RL_NONE,
- int vertexCount = 0,
- int vertexAlignment = 0,
- int textureId = 0,
Implementation
RlDrawCallD({
super.op,
RlDrawMode mode = .RL_NONE,
int vertexCount = 0,
int vertexAlignment = 0,
int textureId = 0,
}) :
_mode = mode,
_vertexCount = vertexCount,
_vertexAlignment = vertexAlignment,
_textureId = textureId;