API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsGraphics
Resources
ResourceGpuCopyDescriptor.h
1
// ResourceGpuCopyDescriptor.h
3
//
5
6
namespace
nkGraphics
7
{
11
struct
DLL_GRAPHICS_EXPORT
ResourceGpuCopyDescriptor
12
{
13
unsigned
int
_srcSubResourceIndex = 0 ;
14
unsigned
int
_srcStartX = 0 ;
15
unsigned
int
_srcStartY = 0 ;
16
unsigned
int
_srcStartZ = 0 ;
17
unsigned
int
_srcEndX = 0 ;
18
unsigned
int
_srcEndY = 0 ;
19
unsigned
int
_srcEndZ = 0 ;
20
21
unsigned
int
_destSubResourceIndex = 0 ;
22
unsigned
int
_destStartX = 0 ;
23
unsigned
int
_destStartY = 0 ;
24
unsigned
int
_destStartZ = 0 ;
25
26
bool
_partialCopy = false ;
27
} ;
28
}
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition:
BoundingBox.h:7
nkGraphics::ResourceGpuCopyDescriptor
Holds information about a resource copy happening on the GPU only.
Definition:
ResourceGpuCopyDescriptor.h:12
Generated by
Doxygen
1.8.18