Blender V4.3
GPUDevice::Mem Struct Reference

#include <device.h>

Public Member Functions

 Mem ()
 

Public Attributes

texMemObject texobject
 
arrayMemObject array
 
bool use_mapped_host
 

Detailed Description

Definition at line 371 of file device/device.h.

Constructor & Destructor Documentation

◆ Mem()

GPUDevice::Mem::Mem ( )
inline

Definition at line 372 of file device/device.h.

Member Data Documentation

◆ array

arrayMemObject GPUDevice::Mem::array

Definition at line 375 of file device/device.h.

Referenced by GPUDevice::move_textures_to_host().

◆ texobject

texMemObject GPUDevice::Mem::texobject

Definition at line 374 of file device/device.h.

◆ use_mapped_host

bool GPUDevice::Mem::use_mapped_host

The documentation for this struct was generated from the following file: