Shader implementation in WebGPU backend. More...
#include <ShaderWebGPUImpl.hpp>
Public Member Functions | |
| Uint32 DILIGENT_CALL_TYPE | GetResourceCount () const override final |
| Implementation of IShader::GetResourceCount() in WebGPU backend. | |
| void DILIGENT_CALL_TYPE | GetResourceDesc (Uint32 Index, ShaderResourceDesc &ResourceDesc) const override final |
| Implementation of IShader::GetResourceDesc() in WebGPU backend. | |
| const ShaderCodeBufferDesc *DILIGENT_CALL_TYPE | GetConstantBufferDesc (Uint32 Index) const override final |
| Implementation of IShader::GetConstantBufferDesc() in WebGPU backend. | |
| void DILIGENT_CALL_TYPE | GetBytecode (const void **ppBytecode, Uint64 &Size) const override final |
| Implementation of IShader::GetBytecode() in WebGPU backend. | |
| const std::string &DILIGENT_CALL_TYPE | GetWGSL () const override final |
| Implementation of IShaderWebGPU::GetWGSL(). | |
| const char *DILIGENT_CALL_TYPE | GetEmulatedArrayIndexSuffix () const override final |
| Implementation of IShaderWebGPU::GetEmulatedArrayIndexSuffix(). | |
Public Member Functions inherited from Diligent::ShaderBase< EngineWebGPUImplTraits > | |
| ShaderBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ShaderDesc &Desc, const RenderDeviceInfo &DeviceInfo, const GraphicsAdapterInfo &AdapterInfo, bool bIsDeviceInternal=false) | |
| ShaderBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ShaderDesc &Desc, const RenderDeviceInfo &DeviceInfo, const GraphicsAdapterInfo &AdapterInfo, bool bIsDeviceInternal=false) | |
Public Member Functions inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > | |
| DeviceObjectBase (IReferenceCounters *pRefCounters, RenderDeviceImplType *pDevice, const ObjectDescType &ObjDesc, bool bIsDeviceInternal=false) | |
| virtual Int32 DILIGENT_CALL_TYPE | GetUniqueID () const override final |
| Returns unique identifier. | |
| virtual void DILIGENT_CALL_TYPE | SetUserData (IObject *pUserData) override final |
| Implementation of IDeviceObject::SetUserData. | |
| virtual IObject *DILIGENT_CALL_TYPE | GetUserData () const override final |
| Implementation of IDeviceObject::GetUserData. | |
Additional Inherited Members | |
Protected Attributes inherited from Diligent::DeviceObjectBase< BaseInterface, RenderDeviceImplType, ObjectDescType > | |
| RenderDeviceImplType *const | m_pDevice |
| Pointer to the device. | |
| ObjectDescType | m_Desc |
| Object description. | |
Shader implementation in WebGPU backend.