|
Halide 16.0.0
Halide compiler and libraries
|
#include <mini_webgpu.h>
Public Attributes | |
| WGPUChainedStruct const * | nextInChain |
| char const * | label |
| WGPUPipelineLayout | layout |
| WGPUVertexState | vertex |
| WGPUPrimitiveState | primitive |
| WGPUDepthStencilState const * | depthStencil |
| WGPUMultisampleState | multisample |
| WGPUFragmentState const * | fragment |
Definition at line 1359 of file mini_webgpu.h.
| WGPUChainedStruct const* WGPURenderPipelineDescriptor::nextInChain |
Definition at line 1360 of file mini_webgpu.h.
| char const* WGPURenderPipelineDescriptor::label |
Definition at line 1361 of file mini_webgpu.h.
| WGPUPipelineLayout WGPURenderPipelineDescriptor::layout |
Definition at line 1362 of file mini_webgpu.h.
| WGPUVertexState WGPURenderPipelineDescriptor::vertex |
Definition at line 1363 of file mini_webgpu.h.
| WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive |
Definition at line 1364 of file mini_webgpu.h.
| WGPUDepthStencilState const* WGPURenderPipelineDescriptor::depthStencil |
Definition at line 1365 of file mini_webgpu.h.
| WGPUMultisampleState WGPURenderPipelineDescriptor::multisample |
Definition at line 1366 of file mini_webgpu.h.
| WGPUFragmentState const* WGPURenderPipelineDescriptor::fragment |
Definition at line 1367 of file mini_webgpu.h.