Home
last modified time | relevance | path

Searched refs:d3ddecl (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp2165 D3D11VertexDeclaration* d3ddecl = in setVertexDeclaration() local
2168 d3ddecl->bindToShader(mBoundVertexProgram, binding); in setVertexDeclaration()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp2110 D3D11VertexDeclaration* d3ddecl = in setVertexDeclaration() local
2113 d3ddecl->bindToShader(mBoundVertexProgram, binding); in setVertexDeclaration()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp3331 D3D9VertexDeclaration* d3ddecl = in setVertexDeclaration() local
3334 …if (FAILED(hr = getActiveD3D9Device()->SetVertexDeclaration(d3ddecl->getD3DVertexDeclaration(getGl… in setVertexDeclaration()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp3236 D3D9VertexDeclaration* d3ddecl = in setVertexDeclaration() local
3239 …if (FAILED(hr = getActiveD3D9Device()->SetVertexDeclaration(d3ddecl->getD3DVertexDeclaration(getGl… in setVertexDeclaration()