Donner SVG 0.8.0-pre
SVG editor and embeddable C⁠+⁠+⁠20 engine.
Loading...
Searching...
No Matches
donner::gpu::ComputeState Struct Reference

Compute stage of a ComputePipelineDescriptor. More...

#include "donner/gpu/Descriptors.h"

Public Attributes

ShaderModuleRef module
 Shader module containing the entry point.
RcString entryPoint
 Entry point name. Must be nonempty.

Detailed Description

Compute stage of a ComputePipelineDescriptor.

Member Data Documentation

◆ entryPoint

RcString donner::gpu::ComputeState::entryPoint

Entry point name. Must be nonempty.

◆ module

ShaderModuleRef donner::gpu::ComputeState::module

Shader module containing the entry point.


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