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

#include <mini_webgpu.h>

Public Attributes

WGPUChainedStruct const * nextInChain
 
char const * label
 
WGPUTextureView plane0
 
WGPUTextureView plane1
 
WGPUOrigin2D visibleOrigin
 
WGPUExtent2D visibleSize
 
bool doYuvToRgbConversionOnly
 
float const * yuvToRgbConversionMatrix
 
float const * srcTransferFunctionParameters
 
float const * dstTransferFunctionParameters
 
float const * gamutConversionMatrix
 
bool flipY
 
WGPUExternalTextureRotation rotation
 

Detailed Description

Definition at line 1216 of file mini_webgpu.h.

Member Data Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUExternalTextureDescriptor::nextInChain

Definition at line 1217 of file mini_webgpu.h.

◆ label

char const* WGPUExternalTextureDescriptor::label

Definition at line 1218 of file mini_webgpu.h.

◆ plane0

WGPUTextureView WGPUExternalTextureDescriptor::plane0

Definition at line 1219 of file mini_webgpu.h.

◆ plane1

WGPUTextureView WGPUExternalTextureDescriptor::plane1

Definition at line 1220 of file mini_webgpu.h.

◆ visibleOrigin

WGPUOrigin2D WGPUExternalTextureDescriptor::visibleOrigin

Definition at line 1221 of file mini_webgpu.h.

◆ visibleSize

WGPUExtent2D WGPUExternalTextureDescriptor::visibleSize

Definition at line 1222 of file mini_webgpu.h.

◆ doYuvToRgbConversionOnly

bool WGPUExternalTextureDescriptor::doYuvToRgbConversionOnly

Definition at line 1223 of file mini_webgpu.h.

◆ yuvToRgbConversionMatrix

float const* WGPUExternalTextureDescriptor::yuvToRgbConversionMatrix

Definition at line 1224 of file mini_webgpu.h.

◆ srcTransferFunctionParameters

float const* WGPUExternalTextureDescriptor::srcTransferFunctionParameters

Definition at line 1225 of file mini_webgpu.h.

◆ dstTransferFunctionParameters

float const* WGPUExternalTextureDescriptor::dstTransferFunctionParameters

Definition at line 1226 of file mini_webgpu.h.

◆ gamutConversionMatrix

float const* WGPUExternalTextureDescriptor::gamutConversionMatrix

Definition at line 1227 of file mini_webgpu.h.

◆ flipY

bool WGPUExternalTextureDescriptor::flipY

Definition at line 1228 of file mini_webgpu.h.

◆ rotation

WGPUExternalTextureRotation WGPUExternalTextureDescriptor::rotation

Definition at line 1229 of file mini_webgpu.h.


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