Halide 17.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
WGPUCopyTextureForBrowserOptions Struct Reference

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
WGPUBool flipY
 
WGPUBool needsColorSpaceConversion
 
WGPUAlphaMode srcAlphaMode
 
WGPU_NULLABLE float const * srcTransferFunctionParameters
 
WGPU_NULLABLE float const * conversionMatrix
 
WGPU_NULLABLE float const * dstTransferFunctionParameters
 
WGPUAlphaMode dstAlphaMode
 
WGPUBool internalUsage
 

Detailed Description

Definition at line 1055 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUCopyTextureForBrowserOptions::nextInChain

Definition at line 1056 of file mini_webgpu.h.

◆ flipY

WGPUBool WGPUCopyTextureForBrowserOptions::flipY

Definition at line 1057 of file mini_webgpu.h.

◆ needsColorSpaceConversion

WGPUBool WGPUCopyTextureForBrowserOptions::needsColorSpaceConversion

Definition at line 1058 of file mini_webgpu.h.

◆ srcAlphaMode

WGPUAlphaMode WGPUCopyTextureForBrowserOptions::srcAlphaMode

Definition at line 1059 of file mini_webgpu.h.

◆ srcTransferFunctionParameters

WGPU_NULLABLE float const* WGPUCopyTextureForBrowserOptions::srcTransferFunctionParameters

Definition at line 1060 of file mini_webgpu.h.

◆ conversionMatrix

WGPU_NULLABLE float const* WGPUCopyTextureForBrowserOptions::conversionMatrix

Definition at line 1061 of file mini_webgpu.h.

◆ dstTransferFunctionParameters

WGPU_NULLABLE float const* WGPUCopyTextureForBrowserOptions::dstTransferFunctionParameters

Definition at line 1062 of file mini_webgpu.h.

◆ dstAlphaMode

WGPUAlphaMode WGPUCopyTextureForBrowserOptions::dstAlphaMode

Definition at line 1063 of file mini_webgpu.h.

◆ internalUsage

WGPUBool WGPUCopyTextureForBrowserOptions::internalUsage

Definition at line 1064 of file mini_webgpu.h.


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