Cogs.Core
|
Public Attributes | |
size_t | hash |
EffectHandle | effect |
InputLayoutHandle | inputLayoutHandle |
PrimitiveType::EPrimitiveType | primitiveType |
RasterizerStateHandle | rasterizeStateHandle |
DepthStencilStateHandle | depthStencilStateHandle |
BlendStateHandle | blendStateHandle |
RenderTargetHandle | renderTargetHandle |
DepthStencilHandle | depthStencilHandle |
WGPURenderPipeline | pipeline |
WGPUBindGroupLayout | layout |
Definition at line 13 of file PipelineStatesWebGPU.h.
BlendStateHandle Cogs::RenderPipelineWebGPU::blendStateHandle |
Definition at line 21 of file PipelineStatesWebGPU.h.
DepthStencilHandle Cogs::RenderPipelineWebGPU::depthStencilHandle |
Definition at line 23 of file PipelineStatesWebGPU.h.
DepthStencilStateHandle Cogs::RenderPipelineWebGPU::depthStencilStateHandle |
Definition at line 20 of file PipelineStatesWebGPU.h.
EffectHandle Cogs::RenderPipelineWebGPU::effect |
Definition at line 16 of file PipelineStatesWebGPU.h.
size_t Cogs::RenderPipelineWebGPU::hash |
Definition at line 15 of file PipelineStatesWebGPU.h.
InputLayoutHandle Cogs::RenderPipelineWebGPU::inputLayoutHandle |
Definition at line 17 of file PipelineStatesWebGPU.h.
WGPUBindGroupLayout Cogs::RenderPipelineWebGPU::layout |
Definition at line 26 of file PipelineStatesWebGPU.h.
WGPURenderPipeline Cogs::RenderPipelineWebGPU::pipeline |
Definition at line 25 of file PipelineStatesWebGPU.h.
PrimitiveType::EPrimitiveType Cogs::RenderPipelineWebGPU::primitiveType |
Definition at line 18 of file PipelineStatesWebGPU.h.
RasterizerStateHandle Cogs::RenderPipelineWebGPU::rasterizeStateHandle |
Definition at line 19 of file PipelineStatesWebGPU.h.
RenderTargetHandle Cogs::RenderPipelineWebGPU::renderTargetHandle |
Definition at line 22 of file PipelineStatesWebGPU.h.