#include <GrBackendDrawableInfo.h>
Definition at line 17 of file GrBackendDrawableInfo.h.
◆ GrBackendDrawableInfo() [1/2]
GrBackendDrawableInfo::GrBackendDrawableInfo |
( |
| ) |
|
|
inline |
◆ GrBackendDrawableInfo() [2/2]
Definition at line 22 of file GrBackendDrawableInfo.h.
23 : fIsValid(true)
static void info(const char *fmt,...) SK_PRINTF_LIKE(1
◆ backend()
◆ getVkDrawableInfo()
bool GrBackendDrawableInfo::getVkDrawableInfo |
( |
GrVkDrawableInfo * |
outInfo | ) |
const |
|
inline |
Definition at line 32 of file GrBackendDrawableInfo.h.
32 {
34 *outInfo = fVkInfo;
35 return true;
36 }
37 return false;
38 }
◆ isValid()
bool GrBackendDrawableInfo::isValid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: