Halide
WGPUCopyTextureForBrowserOptions Struct Reference

#include <mini_webgpu.h>

Public Attributes

const WGPUChainedStructnextInChain
 
bool flipY
 
bool needsColorSpaceConversion
 
WGPUAlphaMode srcAlphaMode
 
const float * srcTransferFunctionParameters
 
const float * conversionMatrix
 
const float * dstTransferFunctionParameters
 
WGPUAlphaMode dstAlphaMode
 
bool internalUsage
 

Detailed Description

Definition at line 779 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

const WGPUChainedStruct* WGPUCopyTextureForBrowserOptions::nextInChain

Definition at line 780 of file mini_webgpu.h.

◆ flipY

bool WGPUCopyTextureForBrowserOptions::flipY

Definition at line 781 of file mini_webgpu.h.

◆ needsColorSpaceConversion

bool WGPUCopyTextureForBrowserOptions::needsColorSpaceConversion

Definition at line 782 of file mini_webgpu.h.

◆ srcAlphaMode

WGPUAlphaMode WGPUCopyTextureForBrowserOptions::srcAlphaMode

Definition at line 783 of file mini_webgpu.h.

◆ srcTransferFunctionParameters

const float* WGPUCopyTextureForBrowserOptions::srcTransferFunctionParameters

Definition at line 784 of file mini_webgpu.h.

◆ conversionMatrix

const float* WGPUCopyTextureForBrowserOptions::conversionMatrix

Definition at line 785 of file mini_webgpu.h.

◆ dstTransferFunctionParameters

const float* WGPUCopyTextureForBrowserOptions::dstTransferFunctionParameters

Definition at line 786 of file mini_webgpu.h.

◆ dstAlphaMode

WGPUAlphaMode WGPUCopyTextureForBrowserOptions::dstAlphaMode

Definition at line 787 of file mini_webgpu.h.

◆ internalUsage

bool WGPUCopyTextureForBrowserOptions::internalUsage

Definition at line 788 of file mini_webgpu.h.


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