WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
Constants

Constants. More...

Macros

#define WGPU_ARRAY_LAYER_COUNT_UNDEFINED   (UINT32_MAX)
 
#define WGPU_COPY_STRIDE_UNDEFINED   (UINT32_MAX)
 
#define WGPU_DEPTH_CLEAR_VALUE_UNDEFINED   (NAN)
 
#define WGPU_DEPTH_SLICE_UNDEFINED   (UINT32_MAX)
 
#define WGPU_LIMIT_U32_UNDEFINED   (UINT32_MAX)
 
#define WGPU_LIMIT_U64_UNDEFINED   (UINT64_MAX)
 
#define WGPU_MIP_LEVEL_COUNT_UNDEFINED   (UINT32_MAX)
 
#define WGPU_QUERY_SET_INDEX_UNDEFINED   (UINT32_MAX)
 
#define WGPU_WHOLE_MAP_SIZE   (SIZE_MAX)
 
#define WGPU_WHOLE_SIZE   (UINT64_MAX)
 

Detailed Description

Constants.

Macro Definition Documentation

◆ WGPU_ARRAY_LAYER_COUNT_UNDEFINED

#define WGPU_ARRAY_LAYER_COUNT_UNDEFINED   (UINT32_MAX)

Definition at line 83 of file webgpu.h.

◆ WGPU_COPY_STRIDE_UNDEFINED

#define WGPU_COPY_STRIDE_UNDEFINED   (UINT32_MAX)

Definition at line 84 of file webgpu.h.

◆ WGPU_DEPTH_CLEAR_VALUE_UNDEFINED

#define WGPU_DEPTH_CLEAR_VALUE_UNDEFINED   (NAN)

Value to be assigned to member depthClearValue of WGPURenderPassDepthStencilAttachment to mean that it is not defined.

Definition at line 89 of file webgpu.h.

◆ WGPU_DEPTH_SLICE_UNDEFINED

#define WGPU_DEPTH_SLICE_UNDEFINED   (UINT32_MAX)

Definition at line 90 of file webgpu.h.

◆ WGPU_LIMIT_U32_UNDEFINED

#define WGPU_LIMIT_U32_UNDEFINED   (UINT32_MAX)

Definition at line 91 of file webgpu.h.

◆ WGPU_LIMIT_U64_UNDEFINED

#define WGPU_LIMIT_U64_UNDEFINED   (UINT64_MAX)

Definition at line 92 of file webgpu.h.

◆ WGPU_MIP_LEVEL_COUNT_UNDEFINED

#define WGPU_MIP_LEVEL_COUNT_UNDEFINED   (UINT32_MAX)

Definition at line 93 of file webgpu.h.

◆ WGPU_QUERY_SET_INDEX_UNDEFINED

#define WGPU_QUERY_SET_INDEX_UNDEFINED   (UINT32_MAX)

Definition at line 94 of file webgpu.h.

◆ WGPU_WHOLE_MAP_SIZE

#define WGPU_WHOLE_MAP_SIZE   (SIZE_MAX)

Definition at line 95 of file webgpu.h.

◆ WGPU_WHOLE_SIZE

#define WGPU_WHOLE_SIZE   (UINT64_MAX)

Definition at line 96 of file webgpu.h.