|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include <platform/graphics/bindGroupFormat.h>
Public Member Functions | |
| BindBaseFormat (const std::string &name, uint32_t visibility) | |
Protected Attributes | |
| std::string | _name |
| uint32_t | _visibility |
A base class to describe the format of the resource for BindGroupFormat.
Definition at line 18 of file bindGroupFormat.h.
|
inline |
Definition at line 20 of file bindGroupFormat.h.
References _name, and _visibility.
|
protected |
Definition at line 23 of file bindGroupFormat.h.
Referenced by BindBaseFormat().
|
protected |
Definition at line 24 of file bindGroupFormat.h.
Referenced by BindBaseFormat().