|
Diligent Engine
v.2.4.g
|
#include <HLSL2GLSLConverter.h>
Public Member Functions | |
| virtual void METHOD() | Convert (const Char *EntryPoint, SHADER_TYPE ShaderType, bool IncludeDefintions, const char *SamplerSuffix, bool UseInOutLocationQualifiers, IDataBlob **ppGLSLSource) |
Public Member Functions inherited from Diligent::IObject | |
| virtual void | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
| Queries the specific interface. More... | |
| virtual ReferenceCounterValueType | AddRef ()=0 |
| Increments the number of strong references by 1. More... | |
| virtual ReferenceCounterValueType | Release ()=0 |
| Decrements the number of strong references by 1 and destroys the object when the counter reaches zero. More... | |
| virtual IReferenceCounters * | GetReferenceCounters () const =0 |
| Returns the pointer to IReferenceCounters interface of the associated reference counters object. The method does NOT increment the number of strong references to the returned object. More... | |
|
virtual |
1.8.17