|
Blender V4.3
|
#include <device.h>
Public Member Functions | |
| Mem () | |
Public Attributes | |
| texMemObject | texobject |
| arrayMemObject | array |
| bool | use_mapped_host |
Definition at line 371 of file device/device.h.
|
inline |
Definition at line 372 of file device/device.h.
References array, false, texobject, and use_mapped_host.
| arrayMemObject GPUDevice::Mem::array |
Definition at line 375 of file device/device.h.
Referenced by Mem(), and GPUDevice::move_textures_to_host().
| texMemObject GPUDevice::Mem::texobject |
Definition at line 374 of file device/device.h.
Referenced by Mem().
| bool GPUDevice::Mem::use_mapped_host |
Definition at line 378 of file device/device.h.
Referenced by GPUDevice::generic_alloc(), GPUDevice::generic_free(), Mem(), and GPUDevice::move_textures_to_host().