#include <MtlGraphiteTypesPriv.h>
Definition at line 48 of file MtlGraphiteTypesPriv.h.
◆ MtlTextureSpec() [1/2]
skgpu::graphite::MtlTextureSpec::MtlTextureSpec |
( |
| ) |
|
|
inline |
◆ MtlTextureSpec() [2/2]
skgpu::graphite::MtlTextureSpec::MtlTextureSpec |
( |
const MtlTextureInfo & |
info | ) |
|
|
inline |
◆ isCompatible()
bool skgpu::graphite::MtlTextureSpec::isCompatible |
( |
const MtlTextureSpec & |
that | ) |
const |
|
inline |
◆ operator==()
bool skgpu::graphite::MtlTextureSpec::operator== |
( |
const MtlTextureSpec & |
that | ) |
const |
|
inline |
◆ toString()
SkString skgpu::graphite::MtlTextureSpec::toString |
( |
| ) |
const |
|
inline |
Definition at line 75 of file MtlGraphiteTypesPriv.h.
75 {
76 return SkStringPrintf(
"format=%u,usage=0x%04X,storageMode=%u,framebufferOnly=%d",
81 }
SK_API SkString SkStringPrintf(const char *format,...) SK_PRINTF_LIKE(1
Creates a new string and writes into it using a printf()-style format.
◆ fFormat
◆ fFramebufferOnly
bool skgpu::graphite::MtlTextureSpec::fFramebufferOnly |
◆ fStorageMode
◆ fUsage
The documentation for this struct was generated from the following file: