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

Public Attributes

size_t hash
 
EffectHandle effect
 
WGPUComputePipeline pipeline
 
WGPUBindGroupLayout layout
 

Detailed Description

Definition at line 28 of file PipelineStatesWebGPU.h.

Member Data Documentation

◆ effect

EffectHandle Cogs::ComputePipelineWebGPU::effect

Definition at line 31 of file PipelineStatesWebGPU.h.

◆ hash

size_t Cogs::ComputePipelineWebGPU::hash

Definition at line 30 of file PipelineStatesWebGPU.h.

◆ layout

WGPUBindGroupLayout Cogs::ComputePipelineWebGPU::layout

Definition at line 34 of file PipelineStatesWebGPU.h.

◆ pipeline

WGPUComputePipeline Cogs::ComputePipelineWebGPU::pipeline

Definition at line 33 of file PipelineStatesWebGPU.h.


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