API Documentation
Public Attributes | List of all members
nkGraphics::ResourceGpuCopyDescriptor Struct Reference

Holds information about a resource copy happening on the GPU only. More...

Public Attributes

unsigned int _srcSubResourceIndex = 0
 The source subresource index.
 
unsigned int _srcStartX = 0
 For a partial copy, the starting X coordinate.
 
unsigned int _srcStartY = 0
 For a partial copy, the starting Y coordinate.
 
unsigned int _srcStartZ = 0
 For a partial copy, the starting Z coordinate.
 
unsigned int _srcEndX = 0
 For a partial copy, the ending X coordinate.
 
unsigned int _srcEndY = 0
 For a partial copy, the ending Y coordinate.
 
unsigned int _srcEndZ = 0
 For a partial copy, the ending Z coordinate.
 
unsigned int _destSubResourceIndex = 0
 The destination subresource index.
 
unsigned int _destStartX = 0
 For a partial copy, the starting X coordinate.
 
unsigned int _destStartY = 0
 For a partial copy, the starting Y coordinate.
 
unsigned int _destStartZ = 0
 For a partial copy, the starting Z coordinate.
 
bool _partialCopy = false
 If the copy should be partial. If it is the case, the start and end fields get used.
 

Detailed Description

Holds information about a resource copy happening on the GPU only.


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