![]() |
|
OpenGL implementation of HgiResourceBindings. More...
#include <resourceBindings.h>
Inheritance diagram for HgiGLResourceBindings:Public Member Functions | |
| HGIGL_API void | BindResources () |
| Binds the resources to GPU. | |
Public Member Functions inherited from HgiResourceBindings | |
| HGI_API HgiResourceBindingsDesc const & | GetDescriptor () const |
| The descriptor describes the object. | |
Protected Member Functions | |
| HGIGL_API | HgiGLResourceBindings (HgiResourceBindingsDesc const &desc) |
Protected Member Functions inherited from HgiResourceBindings | |
| HGI_API | HgiResourceBindings (HgiResourceBindingsDesc const &desc) |
Friends | |
| class | HgiGL |
Additional Inherited Members | |
Protected Attributes inherited from HgiResourceBindings | |
| HgiResourceBindingsDesc | _descriptor |
OpenGL implementation of HgiResourceBindings.
Definition at line 25 of file resourceBindings.h.
| HGIGL_API void BindResources | ( | ) |
Binds the resources to GPU.
|
friend |
Definition at line 36 of file resourceBindings.h.