Diligent Engine  v.2.4.g
Public Member Functions | List of all members
Diligent::ShaderVariableManagerGL::GLVariableBase< ThisImplType > Struct Template Reference

#include <ShaderVariableManagerGL.hpp>

Inheritance diagram for Diligent::ShaderVariableManagerGL::GLVariableBase< ThisImplType >:
Diligent::ShaderVariableBase< ThisImplType, ShaderVariableManagerGL > Diligent::IShaderResourceVariable Diligent::IObject

Public Member Functions

 GLVariableBase (ShaderVariableManagerGL &ParentLayout, Uint32 ResIndex)
 
const ResourceAttribsGetAttribs () const
 
- Public Member Functions inherited from Diligent::ShaderVariableBase< ThisImplType, ShaderVariableManagerGL >
 ShaderVariableBase (ShaderVariableManagerGL &ParentManager, Uint32 ResIndex)
 
virtual void QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface) override
 
virtual Atomics::Long AddRef () override final
 
virtual Atomics::Long Release () override final
 
virtual IReferenceCountersGetReferenceCounters () const override final
 
virtual void Set (IDeviceObject *pObject) override final
 
virtual void SetArray (IDeviceObject *const *ppObjects, Uint32 FirstElement, Uint32 NumElements) override final
 
virtual SHADER_RESOURCE_VARIABLE_TYPE GetType () const override final
 
virtual void GetResourceDesc (ShaderResourceDesc &ResourceDesc) const override final
 
virtual Uint32 GetIndex () const override final
 
void BindResources (IResourceMapping *pResourceMapping, Uint32 Flags)
 
const PipelineResourceDescGetDesc () const
 
- Public Member Functions inherited from Diligent::IShaderResourceVariable
virtual SHADER_RESOURCE_VARIABLE_TYPE METHOD() GetType () const
 Returns the shader resource variable type. More...
 
virtual Uint32 METHOD() GetIndex () const
 Returns the variable index that can be used to access the variable. More...
 
virtual bool METHOD() IsBound (Uint32 ArrayIndex) const
 Returns true if non-null resource is bound to this variable. More...
 
- Public Member Functions inherited from Diligent::IObject
virtual IReferenceCountersGetReferenceCounters () 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...
 

Additional Inherited Members

- Protected Attributes inherited from Diligent::ShaderVariableBase< ThisImplType, ShaderVariableManagerGL >
ShaderVariableManagerGLm_ParentManager
 
const Uint32 m_ResIndex
 

Constructor & Destructor Documentation

◆ GLVariableBase()

template<typename ThisImplType >
Diligent::ShaderVariableManagerGL::GLVariableBase< ThisImplType >::GLVariableBase ( ShaderVariableManagerGL ParentLayout,
Uint32  ResIndex 
)
inline

Member Function Documentation

◆ GetAttribs()

template<typename ThisImplType >
const ResourceAttribs& Diligent::ShaderVariableManagerGL::GLVariableBase< ThisImplType >::GetAttribs ( ) const
inline

The documentation for this struct was generated from the following file: