26 #include "ObjectBase.h" 27 #include "HLSL2GLSLConverter.h" 42 IMPLEMENT_QUERY_INTERFACE_IN_PLACE( IID_HLSL2GLSLConverter,
TBase )
44 virtual void CreateStream(
const Char* InputFileName,
46 const Char* HLSLSource,
48 IHLSL2GLSLConversionStream **ppStream)
const override;
Template class implementing base functionality for an object.
Definition: ObjectBase.h:62
Namespace for the OpenGL implementation of the graphics engine.
Definition: BufferD3D11Impl.h:34
Implementation of the Diligent::IHLSL2GLSLConverter interface.
Definition: HLSL2GLSLConverterObject.h:33