Click or drag to resize
Ab4d.SharpEngine logo

GpuBuffer Fields

The GpuBuffer type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAlwaysAllowCopyFromGpuBuffer Gets or sets a static Boolean that specifies if GpuBuffers are always created with usage mode that allows copying data from the buffer to another buffer (this adds TransferSrc to BufferUsageFlags). Default value is false. This can be set to true for testing the content of the buffers.
Top
See Also