3 namespace SiliconStudio.
Paradox.Graphics
19 SubResourceIndex = subResourceIndex;
36 SubResourceIndex = subResourceIndex;
38 OffsetInBytes = offsetInBytes;
39 SizeInBytes = sizeInBytes;
readonly GraphicsResource Resource
The resource mapped.
readonly int SubResourceIndex
The subresource index.
readonly DataBox DataBox
The data box
readonly int OffsetInBytes
the offset of the mapped resource since the beginning of the buffer
readonly int SizeInBytes
the size of the mapped resource
A GPU resource mapped for CPU access. This is returned by using GraphicsDevice.MapSubresource ...
Provides access to data organized in 3D.
GraphicsResource abstract class