Halide 16.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPUSamplerDescriptor Struct Reference

#include <mini_webgpu.h>

Public Attributes

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

Detailed Description

Definition at line 1019 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUSamplerDescriptor::nextInChain

Definition at line 1020 of file mini_webgpu.h.

◆ label

char const* WGPUSamplerDescriptor::label

Definition at line 1021 of file mini_webgpu.h.

◆ addressModeU

WGPUAddressMode WGPUSamplerDescriptor::addressModeU

Definition at line 1022 of file mini_webgpu.h.

◆ addressModeV

WGPUAddressMode WGPUSamplerDescriptor::addressModeV

Definition at line 1023 of file mini_webgpu.h.

◆ addressModeW

WGPUAddressMode WGPUSamplerDescriptor::addressModeW

Definition at line 1024 of file mini_webgpu.h.

◆ magFilter

WGPUFilterMode WGPUSamplerDescriptor::magFilter

Definition at line 1025 of file mini_webgpu.h.

◆ minFilter

WGPUFilterMode WGPUSamplerDescriptor::minFilter

Definition at line 1026 of file mini_webgpu.h.

◆ mipmapFilter

WGPUFilterMode WGPUSamplerDescriptor::mipmapFilter

Definition at line 1027 of file mini_webgpu.h.

◆ lodMinClamp

float WGPUSamplerDescriptor::lodMinClamp

Definition at line 1028 of file mini_webgpu.h.

◆ lodMaxClamp

float WGPUSamplerDescriptor::lodMaxClamp

Definition at line 1029 of file mini_webgpu.h.

◆ compare

WGPUCompareFunction WGPUSamplerDescriptor::compare

Definition at line 1030 of file mini_webgpu.h.

◆ maxAnisotropy

uint16_t WGPUSamplerDescriptor::maxAnisotropy

Definition at line 1031 of file mini_webgpu.h.


The documentation for this struct was generated from the following file: