Home
last modified time | relevance | path

Searched refs:D3D11GpuDomainProgram (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11GpuProgram.cpp226 D3D11GpuDomainProgram::D3D11GpuDomainProgram(ResourceManager* creator, in D3D11GpuDomainProgram() function in Ogre::D3D11GpuDomainProgram
235 D3D11GpuDomainProgram::~D3D11GpuDomainProgram() in ~D3D11GpuDomainProgram()
242 void D3D11GpuDomainProgram::loadFromMicrocode(ID3D10Blob * microcode) in loadFromMicrocode()
268 void D3D11GpuDomainProgram::unloadImpl(void) in unloadImpl()
273 ID3D11DomainShader * D3D11GpuDomainProgram::getDomainShader( void ) const in getDomainShader()
H A DOgreD3D11GpuProgramManager.cpp72 return new D3D11GpuDomainProgram(this, name, handle, group, in createImpl()
103 return new D3D11GpuDomainProgram(this, name, handle, group, in createImpl()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/include/
H A DOgreD3D11GpuProgram.h92 class D3D11GpuDomainProgram : public D3D11GpuProgram
97 D3D11GpuDomainProgram(ResourceManager* creator, const String& name, ResourceHandle handle,
99 ~D3D11GpuDomainProgram();