WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUSamplerDescriptor Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUAddressMode addressModeU
 
WGPUAddressMode addressModeV
 
WGPUAddressMode addressModeW
 
WGPUFilterMode magFilter
 
WGPUFilterMode minFilter
 
WGPUMipmapFilterMode mipmapFilter
 
float lodMinClamp
 
float lodMaxClamp
 
WGPUCompareFunction compare
 
uint16_t maxAnisotropy
 

Detailed Description

Definition at line 1051 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUSamplerDescriptor::nextInChain

Definition at line 1052 of file webgpu.h.

◆ label

char const* WGPUSamplerDescriptor::label

Definition at line 1053 of file webgpu.h.

◆ addressModeU

WGPUAddressMode WGPUSamplerDescriptor::addressModeU

Definition at line 1054 of file webgpu.h.

◆ addressModeV

WGPUAddressMode WGPUSamplerDescriptor::addressModeV

Definition at line 1055 of file webgpu.h.

◆ addressModeW

WGPUAddressMode WGPUSamplerDescriptor::addressModeW

Definition at line 1056 of file webgpu.h.

◆ magFilter

WGPUFilterMode WGPUSamplerDescriptor::magFilter

Definition at line 1057 of file webgpu.h.

◆ minFilter

WGPUFilterMode WGPUSamplerDescriptor::minFilter

Definition at line 1058 of file webgpu.h.

◆ mipmapFilter

WGPUMipmapFilterMode WGPUSamplerDescriptor::mipmapFilter

Definition at line 1059 of file webgpu.h.

◆ lodMinClamp

float WGPUSamplerDescriptor::lodMinClamp

Definition at line 1060 of file webgpu.h.

◆ lodMaxClamp

float WGPUSamplerDescriptor::lodMaxClamp

Definition at line 1061 of file webgpu.h.

◆ compare

WGPUCompareFunction WGPUSamplerDescriptor::compare

Definition at line 1062 of file webgpu.h.

◆ maxAnisotropy

uint16_t WGPUSamplerDescriptor::maxAnisotropy

Definition at line 1063 of file webgpu.h.