API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Buffers
UnmapRequestDescriptor.h
1
// UnmapRequestDescriptor.h
3
//
5
6
namespace
nkGraphics
7
{
18
struct
UnmapRequestDescriptor
19
{
20
unsigned
int
_writtenRangeByteStart
= 1 ;
21
unsigned
int
_writtenRangeByteEnd
= 0 ;
22
} ;
23
}
nkGraphics::UnmapRequestDescriptor
Description of an unmap request.
Definition:
UnmapRequestDescriptor.h:19
nkGraphics::UnmapRequestDescriptor::_writtenRangeByteEnd
unsigned int _writtenRangeByteEnd
If data was written, the ending byte of data written.
Definition:
UnmapRequestDescriptor.h:21
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
nkGraphics::UnmapRequestDescriptor::_writtenRangeByteStart
unsigned int _writtenRangeByteStart
If data was written, the starting byte of data written.
Definition:
UnmapRequestDescriptor.h:20
Generated by
Doxygen
1.8.18