MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SetTransformMatrix

Method SetTransformMatrix

src/Material.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36void RavEngine::Material::SetTransformMatrix(const matrix4& mat)
37{
38 transformMatrix = mat;
39}
40
41void Material::Draw(LLGL::CommandBuffer* const commands,LLGL::Buffer* vertexBuffer, LLGL::Buffer* indexBuffer)
42{

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected