Vireo  0.0
Vireo 3D Rendering Hardware Interface
BufferCopyRegion Struct Reference

Detailed Description

Describes a single source/destination region pair for a buffer-to-buffer copy operation.

Lua full name: vireo.BufferCopyRegion

Properties

integer src_offset
 Byte offset into the source buffer where the copy begins.
 
integer dst_offset
 Byte offset into the destination buffer where the copy begins.
 
integer size
 Number of bytes to copy.
 

Property Documentation

integer src_offset

Byte offset into the source buffer where the copy begins.

integer dst_offset

Byte offset into the destination buffer where the copy begins.

integer size

Number of bytes to copy.