Definition at line 112 of file GrMtlUtil.mm.
◆ MtlCompileResult()
MtlCompileResult::MtlCompileResult |
( |
| ) |
|
|
inline |
Definition at line 114 of file GrMtlUtil.mm.
114: fCompiledObject(nil), fError(nil) {}
◆ get()
std::pair< id, NSError * > MtlCompileResult::get |
( |
| ) |
|
|
inline |
Definition at line 120 of file GrMtlUtil.mm.
120 {
122 return std::make_pair(fCompiledObject, fError);
123 }
◆ set()
void MtlCompileResult::set |
( |
id |
compiledObject, |
|
|
NSError * |
error |
|
) |
| |
|
inline |
Definition at line 115 of file GrMtlUtil.mm.
115 {
117 fCompiledObject = compiledObject;
119 }
const uint8_t uint32_t uint32_t GError ** error
The documentation for this class was generated from the following file: