#include <DawnTypes.h>
|
wgpu::TextureFormat | getViewFormat () const |
|
| DawnTextureInfo ()=default |
|
| DawnTextureInfo (uint32_t sampleCount, Mipmapped mipmapped, wgpu::TextureFormat format, wgpu::TextureUsage usage, wgpu::TextureAspect aspect) |
|
| DawnTextureInfo (uint32_t sampleCount, Mipmapped mipmapped, wgpu::TextureFormat format, wgpu::TextureFormat viewFormat, wgpu::TextureUsage usage, wgpu::TextureAspect aspect, uint32_t slice) |
|
| DawnTextureInfo (uint32_t sampleCount, Mipmapped mipmapped, wgpu::TextureFormat format, wgpu::TextureFormat viewFormat, wgpu::TextureUsage usage, wgpu::TextureAspect aspect, uint32_t slice, wgpu::YCbCrVkDescriptor ycbcrVkDescriptor) |
|
Definition at line 16 of file DawnTypes.h.
◆ DawnTextureInfo() [1/4]
skgpu::graphite::DawnTextureInfo::DawnTextureInfo |
( |
| ) |
|
|
default |
◆ DawnTextureInfo() [2/4]
skgpu::graphite::DawnTextureInfo::DawnTextureInfo |
( |
uint32_t |
sampleCount, |
|
|
Mipmapped |
mipmapped, |
|
|
wgpu::TextureFormat |
format, |
|
|
wgpu::TextureUsage |
usage, |
|
|
wgpu::TextureAspect |
aspect |
|
) |
| |
|
inline |
Definition at line 43 of file DawnTypes.h.
49 mipmapped,
53 aspect,
54 0) {}
uint32_t uint32_t * format
static void usage(char *argv0)
DawnTextureInfo()=default
◆ DawnTextureInfo() [3/4]
skgpu::graphite::DawnTextureInfo::DawnTextureInfo |
( |
uint32_t |
sampleCount, |
|
|
Mipmapped |
mipmapped, |
|
|
wgpu::TextureFormat |
format, |
|
|
wgpu::TextureFormat |
viewFormat, |
|
|
wgpu::TextureUsage |
usage, |
|
|
wgpu::TextureAspect |
aspect, |
|
|
uint32_t |
slice |
|
) |
| |
|
inline |
Definition at line 56 of file DawnTypes.h.
wgpu::TextureFormat fViewFormat
wgpu::TextureFormat fFormat
wgpu::TextureAspect fAspect
wgpu::TextureUsage fUsage
◆ DawnTextureInfo() [4/4]
skgpu::graphite::DawnTextureInfo::DawnTextureInfo |
( |
uint32_t |
sampleCount, |
|
|
Mipmapped |
mipmapped, |
|
|
wgpu::TextureFormat |
format, |
|
|
wgpu::TextureFormat |
viewFormat, |
|
|
wgpu::TextureUsage |
usage, |
|
|
wgpu::TextureAspect |
aspect, |
|
|
uint32_t |
slice, |
|
|
wgpu::YCbCrVkDescriptor |
ycbcrVkDescriptor |
|
) |
| |
|
inline |
Definition at line 72 of file DawnTypes.h.
wgpu::YCbCrVkDescriptor fYcbcrVkDescriptor
◆ getViewFormat()
wgpu::TextureFormat skgpu::graphite::DawnTextureInfo::getViewFormat |
( |
| ) |
const |
|
inline |
◆ fAspect
wgpu::TextureAspect skgpu::graphite::DawnTextureInfo::fAspect = wgpu::TextureAspect::All |
◆ fFormat
wgpu::TextureFormat skgpu::graphite::DawnTextureInfo::fFormat = wgpu::TextureFormat::Undefined |
◆ fMipmapped
◆ fSampleCount
uint32_t skgpu::graphite::DawnTextureInfo::fSampleCount = 1 |
◆ fSlice
uint32_t skgpu::graphite::DawnTextureInfo::fSlice = 0 |
◆ fUsage
wgpu::TextureUsage skgpu::graphite::DawnTextureInfo::fUsage = wgpu::TextureUsage::None |
◆ fViewFormat
wgpu::TextureFormat skgpu::graphite::DawnTextureInfo::fViewFormat = wgpu::TextureFormat::Undefined |
◆ fYcbcrVkDescriptor
wgpu::YCbCrVkDescriptor skgpu::graphite::DawnTextureInfo::fYcbcrVkDescriptor = {} |
The documentation for this struct was generated from the following file: