Cogs.Core
Public Attributes | List of all members
Cogs::RenderPipelineWebGPU Struct Reference

Public Attributes

size_t hash
 
EffectHandle effect
 
InputLayoutHandle inputLayoutHandle
 
PrimitiveType primitiveType
 
RasterizerStateHandle rasterizeStateHandle
 
DepthStencilStateHandle depthStencilStateHandle
 
BlendStateHandle blendStateHandle
 
RenderTargetHandle renderTargetHandle
 
DepthStencilHandle depthStencilHandle
 
WGPURenderPipeline pipeline
 
WGPUBindGroupLayout layout
 

Detailed Description

Definition at line 13 of file PipelineStatesWebGPU.h.

Member Data Documentation

◆ blendStateHandle

BlendStateHandle Cogs::RenderPipelineWebGPU::blendStateHandle

Definition at line 21 of file PipelineStatesWebGPU.h.

◆ depthStencilHandle

DepthStencilHandle Cogs::RenderPipelineWebGPU::depthStencilHandle

Definition at line 23 of file PipelineStatesWebGPU.h.

◆ depthStencilStateHandle

DepthStencilStateHandle Cogs::RenderPipelineWebGPU::depthStencilStateHandle

Definition at line 20 of file PipelineStatesWebGPU.h.

◆ effect

EffectHandle Cogs::RenderPipelineWebGPU::effect

Definition at line 16 of file PipelineStatesWebGPU.h.

◆ hash

size_t Cogs::RenderPipelineWebGPU::hash

Definition at line 15 of file PipelineStatesWebGPU.h.

◆ inputLayoutHandle

InputLayoutHandle Cogs::RenderPipelineWebGPU::inputLayoutHandle

Definition at line 17 of file PipelineStatesWebGPU.h.

◆ layout

WGPUBindGroupLayout Cogs::RenderPipelineWebGPU::layout

Definition at line 26 of file PipelineStatesWebGPU.h.

◆ pipeline

WGPURenderPipeline Cogs::RenderPipelineWebGPU::pipeline

Definition at line 25 of file PipelineStatesWebGPU.h.

◆ primitiveType

PrimitiveType Cogs::RenderPipelineWebGPU::primitiveType

Definition at line 18 of file PipelineStatesWebGPU.h.

◆ rasterizeStateHandle

RasterizerStateHandle Cogs::RenderPipelineWebGPU::rasterizeStateHandle

Definition at line 19 of file PipelineStatesWebGPU.h.

◆ renderTargetHandle

RenderTargetHandle Cogs::RenderPipelineWebGPU::renderTargetHandle

Definition at line 22 of file PipelineStatesWebGPU.h.


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