16 class WGShaderProgram;
17 class WGCommandBuffer;
A retain-release type of smart pointer.
Definition SmartPtr.hpp:132
GPUDevice & device
The owning device this object was created from.
Definition Common.hpp:55
Definition GPUShader.hpp:256
Definition GPUShader.hpp:361
const Descriptor & descriptor
A structure that describes the object and it's properties.
Definition Common.hpp:69
Definition WebGPU.hpp:119
WebGPU RenderAPI shader object.
Definition WGShader.hpp:20
GPUShaderReflectionDescriptor mReflectionDescriptor
The shader reflection descriptor.
Definition WGShader.hpp:26
WGShader(WGDevicePtr device, const GPUShaderDescriptor &descriptor)
const GPUShaderDescriptor mDescriptor
A structure that describes the shader and it's properties.
Definition WGShader.hpp:23
WebGPU RenderAPI shader program object.
Definition WGShader.hpp:34
GPUShaderReflectionDescriptor mReflectionDescriptor
The shader reflection descriptor.
Definition WGShader.hpp:40
const GPUShaderProgramDescriptor mDescriptor
A structure that describes the shader program and it's properties.
Definition WGShader.hpp:37
WGShaderProgram(WGDevicePtr device, const GPUShaderProgramDescriptor &descriptor)
Definition Application.hpp:19
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Shader source and binary code descriptor structure.
Definition GPUShader.hpp:193
Descriptor structure for shader programs.
Definition GPUShader.hpp:303
Shader reflection descriptor structure.
Definition GPUShader.hpp:108