|
Blender V4.5
|
#include <vk_state_manager.hh>
Public Member Functions | |
| void | bind (VKTexture *resource, int binding) |
| VKTexture * | get (int binding) const |
| void | unbind (void *resource) |
| void | unbind_all () |
Public Attributes | |
| Vector< VKTexture * > | bound_resources |
Bind space for image resources.
Definition at line 71 of file vk_state_manager.hh.
|
inline |
Definition at line 75 of file vk_state_manager.hh.
References bound_resources, and resource.
|
inline |
Definition at line 86 of file vk_state_manager.hh.
References bound_resources.
|
inline |
Definition at line 94 of file vk_state_manager.hh.
References bound_resources, and resource.
|
inline |
Definition at line 103 of file vk_state_manager.hh.
References bound_resources.
| Vector<VKTexture *> blender::gpu::BindSpaceImages< Offset >::bound_resources |
Definition at line 73 of file vk_state_manager.hh.
Referenced by bind(), get(), unbind(), and unbind_all().