Beatmup
Beatmup::BitmapContentLock::LockDescriptor Struct Reference

Public Attributes

bool read
 
bool write
 
bool cpu
 
bool gpu
 
bool isDataLocked
 if true, the bitmap pixel data is locked in RAM More...
 
int refs
 number of times the bitmap is locked More...
 

Detailed Description

Definition at line 38 of file content_lock.h.

Member Data Documentation

◆ read

bool Beatmup::BitmapContentLock::LockDescriptor::read

Definition at line 39 of file content_lock.h.

◆ write

bool Beatmup::BitmapContentLock::LockDescriptor::write

Definition at line 39 of file content_lock.h.

◆ cpu

bool Beatmup::BitmapContentLock::LockDescriptor::cpu

Definition at line 40 of file content_lock.h.

◆ gpu

bool Beatmup::BitmapContentLock::LockDescriptor::gpu

Definition at line 40 of file content_lock.h.

◆ isDataLocked

bool Beatmup::BitmapContentLock::LockDescriptor::isDataLocked

if true, the bitmap pixel data is locked in RAM

Definition at line 41 of file content_lock.h.

◆ refs

int Beatmup::BitmapContentLock::LockDescriptor::refs

number of times the bitmap is locked

Definition at line 42 of file content_lock.h.


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