Halide 17.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 1888 of file mini_webgpu.h.
WGPUChainedStruct const* WGPURenderPipelineDescriptor::nextInChain |
Definition at line 1889 of file mini_webgpu.h.
WGPU_NULLABLE char const* WGPURenderPipelineDescriptor::label |
Definition at line 1890 of file mini_webgpu.h.
WGPU_NULLABLE WGPUPipelineLayout WGPURenderPipelineDescriptor::layout |
Definition at line 1891 of file mini_webgpu.h.
WGPUVertexState WGPURenderPipelineDescriptor::vertex |
Definition at line 1892 of file mini_webgpu.h.
WGPUPrimitiveState WGPURenderPipelineDescriptor::primitive |
Definition at line 1893 of file mini_webgpu.h.
WGPU_NULLABLE WGPUDepthStencilState const* WGPURenderPipelineDescriptor::depthStencil |
Definition at line 1894 of file mini_webgpu.h.
WGPUMultisampleState WGPURenderPipelineDescriptor::multisample |
Definition at line 1895 of file mini_webgpu.h.
WGPU_NULLABLE WGPUFragmentState const* WGPURenderPipelineDescriptor::fragment |
Definition at line 1896 of file mini_webgpu.h.