![]() |
VR-Forces 4.10 Class Documentation
|
Enumerations for cpu access required by textures/buffers. More...
Go to the source code of this file.
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
Enumerations | |
| enum | makVrv::DtCpuAccess { makVrv::CPU_ACCESS_NONE = 0, makVrv::CPU_ACCESS_WRITE = 1 << 1, makVrv::CPU_ACCESS_READ = 1 << 2, makVrv::CPU_ACCESS_READ_WRITE = CPU_ACCESS_READ | CPU_ACCESS_WRITE } |
Enumerations for cpu access required by textures/buffers.