#include <handle_gles.h>
Classes | |
struct | Equal |
struct | Hash |
Public Member Functions | |
constexpr bool | IsDead () const |
Static Public Member Functions | |
static HandleGLES | DeadHandle () |
Public Attributes | |
HandleType | type = HandleType::kUnknown |
std::optional< UniqueID > | name |
Friends | |
class | ReactorGLES |
Definition at line 35 of file handle_gles.h.
|
inlinestatic |
Definition at line 39 of file handle_gles.h.
References impeller::kUnknown.
Referenced by impeller::ReactorGLES::CreateHandle().
|
inlineconstexpr |
Definition at line 43 of file handle_gles.h.
References name.
Referenced by std::operator<<(), impeller::ReactorGLES::SetDebugLabel(), and impeller::DeviceBufferGLES::~DeviceBufferGLES().
|
friend |
Definition at line 60 of file handle_gles.h.
std::optional<UniqueID> impeller::HandleGLES::name |
Definition at line 37 of file handle_gles.h.
Referenced by IsDead(), impeller::HandleGLES::Hash::operator()(), impeller::HandleGLES::Equal::operator()(), and std::operator<<().
HandleType impeller::HandleGLES::type = HandleType::kUnknown |
Definition at line 36 of file handle_gles.h.
Referenced by impeller::HandleGLES::Hash::operator()(), impeller::HandleGLES::Equal::operator()(), and std::operator<<().