MAGE  v0.171.0
Matthias Advanced Game Engine
mage::rendering::Mesh Member List

This is the complete list of members for mage::rendering::Mesh, including all inherited members.

BindMesh(ID3D11DeviceContext &device_context) const noexceptmage::rendering::Mesh
BindMesh(ID3D11DeviceContext &device_context, D3D11_PRIMITIVE_TOPOLOGY topology) const noexceptmage::rendering::Mesh
Draw(ID3D11DeviceContext &device_context) const noexceptmage::rendering::Mesh
Draw(ID3D11DeviceContext &device_context, std::size_t start_index, std::size_t nb_indices) const noexceptmage::rendering::Mesh
GetIndexFormat() const noexceptmage::rendering::Mesh
GetNumberOfIndices() const noexceptmage::rendering::Mesh
GetNumberOfVertices() const noexceptmage::rendering::Mesh
GetPrimitiveTopology() const noexceptmage::rendering::Mesh
GetVertexSize() const noexceptmage::rendering::Mesh
m_index_buffermage::rendering::Meshprotected
m_index_formatmage::rendering::Meshprivate
m_nb_indicesmage::rendering::Meshprivate
m_nb_verticesmage::rendering::Meshprivate
m_primitive_topologymage::rendering::Meshprivate
m_vertex_buffermage::rendering::Meshprotected
m_vertex_sizemage::rendering::Meshprivate
Mesh(std::size_t vertex_size, DXGI_FORMAT index_format, D3D11_PRIMITIVE_TOPOLOGY primitive_topology)mage::rendering::Meshexplicitprotected
Mesh(const Mesh &mesh)=deletemage::rendering::Meshprotected
Mesh(Mesh &&mesh) noexceptmage::rendering::Meshprotected
operator=(const Mesh &mesh)=deletemage::rendering::Mesh
operator=(Mesh &&mesh) noexceptmage::rendering::Mesh
SetNumberOfIndices(std::size_t nb_indices) noexceptmage::rendering::Meshprotected
SetNumberOfVertices(std::size_t nb_vertices) noexceptmage::rendering::Meshprotected
~Mesh()mage::rendering::Meshvirtual