|
Blender V5.0
|
#include <draw_handle.hh>
Public Member Functions | |
| ResourceHandleRange ()=default | |
| ResourceHandleRange (ResourceHandle handle) | |
| bool | is_valid () const |
| bool | has_inverted_handedness () const |
| IndexRange | index_range () const |
| operator ResourceIndexRange () const | |
| operator ResourceHandle () const | |
| uint32_t | raw () const |
| uint | resource_index () const |
Friends | |
| class | Manager |
Safety wrapper around ResourceIndexRange, meant to be used by engine code. Valid handles can only be created by the Draw Manager.
Definition at line 152 of file draw_handle.hh.
|
default |
|
inline |
Definition at line 161 of file draw_handle.hh.
|
inline |
Definition at line 168 of file draw_handle.hh.
|
inline |
Definition at line 173 of file draw_handle.hh.
|
inline |
Definition at line 163 of file draw_handle.hh.
|
inline |
Definition at line 187 of file draw_handle.hh.
|
inline |
Definition at line 178 of file draw_handle.hh.
|
inline |
Definition at line 193 of file draw_handle.hh.
|
inline |
Definition at line 199 of file draw_handle.hh.
|
friend |
Definition at line 153 of file draw_handle.hh.