|
Halide 21.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
| WGPUChainedStruct const * | nextInChain |
| WGPU_NULLABLE char const * | label |
| WGPU_NULLABLE WGPUPipelineLayout | layout |
| WGPUVertexState | vertex |
| WGPUPrimitiveState | primitive |
| WGPU_NULLABLE WGPUDepthStencilState const * | depthStencil |
| WGPUMultisampleState | multisample |
| WGPU_NULLABLE WGPUFragmentState const * | fragment |
Definition at line 2022 of file mini_webgpu.h.
| WGPUChainedStruct const* WGPURenderPipelineDescriptor::nextInChain |
Definition at line 2023 of file mini_webgpu.h.
| WGPU_NULLABLE char const* WGPURenderPipelineDescriptor::label |
Definition at line 2024 of file mini_webgpu.h.
| WGPU_NULLABLE WGPUPipelineLayout WGPURenderPipelineDescriptor::layout |
Definition at line 2025 of file mini_webgpu.h.
| WGPUVertexState WGPURenderPipelineDescriptor::vertex |
Definition at line 2026 of file mini_webgpu.h.
| WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive |
Definition at line 2027 of file mini_webgpu.h.
| WGPU_NULLABLE WGPUDepthStencilState const* WGPURenderPipelineDescriptor::depthStencil |
Definition at line 2028 of file mini_webgpu.h.
| WGPUMultisampleState WGPURenderPipelineDescriptor::multisample |
Definition at line 2029 of file mini_webgpu.h.
| WGPU_NULLABLE WGPUFragmentState const* WGPURenderPipelineDescriptor::fragment |
Definition at line 2030 of file mini_webgpu.h.