Nebula
|
This is the complete list of members for CoreGraphics::RenderShape, including all inherited members.
AlwaysOnTop enum value | CoreGraphics::RenderShape | |
Arrow enum value | CoreGraphics::RenderShape | |
Box enum value | CoreGraphics::RenderShape | |
CheckDepth enum value | CoreGraphics::RenderShape | |
color | CoreGraphics::RenderShape | private |
Cone enum value | CoreGraphics::RenderShape | |
Cylinder enum value | CoreGraphics::RenderShape | |
dataStream | CoreGraphics::RenderShape | private |
depthFlag | CoreGraphics::RenderShape | private |
GetColor() const | CoreGraphics::RenderShape | inline |
GetDepthFlag() const | CoreGraphics::RenderShape | inline |
GetIndexData() const | CoreGraphics::RenderShape | inline |
GetIndexType() const | CoreGraphics::RenderShape | inline |
GetLineThickness() const | CoreGraphics::RenderShape | inline |
GetMesh() const | CoreGraphics::RenderShape | inline |
GetModelTransform() const | CoreGraphics::RenderShape | inline |
GetNumIndices() const | CoreGraphics::RenderShape | inline |
GetNumVertices() const | CoreGraphics::RenderShape | inline |
GetPrimitiveGroupIndex() const | CoreGraphics::RenderShape | inline |
GetShapeType() const | CoreGraphics::RenderShape | inline |
GetTopology() const | CoreGraphics::RenderShape | inline |
GetVertexData() const | CoreGraphics::RenderShape | inline |
GetVertexLayout() const | CoreGraphics::RenderShape | inline |
groupIndex | CoreGraphics::RenderShape | private |
IndexedPrimitives enum value | CoreGraphics::RenderShape | |
indexType | CoreGraphics::RenderShape | private |
InvalidShapeType enum value | CoreGraphics::RenderShape | |
IsValid() const | CoreGraphics::RenderShape | inline |
lineThickness | CoreGraphics::RenderShape | private |
mesh | CoreGraphics::RenderShape | private |
modelTransform | CoreGraphics::RenderShape | private |
NumDepthFlags enum value | CoreGraphics::RenderShape | |
numIndices | CoreGraphics::RenderShape | private |
NumShapeTypes enum value | CoreGraphics::RenderShape | |
numVertices | CoreGraphics::RenderShape | private |
Primitives enum value | CoreGraphics::RenderShape | |
RenderFlag enum name | CoreGraphics::RenderShape | |
RenderMesh enum value | CoreGraphics::RenderShape | |
RenderShape() | CoreGraphics::RenderShape | |
RenderShape(Type shapeType, RenderFlag depthFlag, const Math::mat4 &modelTransform, const Math::vec4 &color) | CoreGraphics::RenderShape | |
SetupIndexPrimitives(const RenderShape::RenderShapeVertex *vertices, SizeT numVertices, const void *indices, SizeT numIndices, IndexType::Code indexType, PrimitiveTopology::Code topology, RenderFlag depthFlag, const Math::mat4 transform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
SetupIndexPrimitives(const Util::Array< RenderShape::RenderShapeVertex > vertices, const Util::Array< uint16 > indices, PrimitiveTopology::Code topology, RenderFlag depthFlag, const Math::mat4 transform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
SetupIndexPrimitives(const Util::Array< RenderShape::RenderShapeVertex > vertices, const Util::Array< uint32 > indices, PrimitiveTopology::Code topology, RenderFlag depthFlag, const Math::mat4 transform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
SetupMesh(const MeshId mesh, const IndexT groupIndex, const Math::vec4 &color, RenderFlag depthFlag, const Math::mat4 &modelTransform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
SetupPrimitives(const RenderShape::RenderShapeVertex *vertices, SizeT numVertices, PrimitiveTopology::Code topology, RenderFlag depthFlag, const Math::mat4 transform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
SetupPrimitives(const Util::Array< RenderShape::RenderShapeVertex > vertices, PrimitiveTopology::Code topology, RenderFlag depthFlag, const Math::mat4 transform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
SetupSimpleShape(Type shapeType, RenderFlag depthFlag, const Math::vec4 &color, const Math::mat4 &modelTransform=Math::mat4::identity, float lineThickness=1.0f) | CoreGraphics::RenderShape | |
shapeType | CoreGraphics::RenderShape | private |
Sphere enum value | CoreGraphics::RenderShape | |
topology | CoreGraphics::RenderShape | private |
Torus enum value | CoreGraphics::RenderShape | |
Type enum name | CoreGraphics::RenderShape | |
vertexDataOffset | CoreGraphics::RenderShape | private |
vertexLayout | CoreGraphics::RenderShape | private |
Wireframe enum value | CoreGraphics::RenderShape |