Click or drag to resize
Ab4d.SharpEngine logo

GpuBuffer Properties

The GpuBuffer type exposes the following members.

Properties
 NameDescription
Public propertyBuffer Gets the Vulkan Buffer
Public propertyBufferMemory Gets the VulkanMemoryInfo that represents the memory location of the buffer
Public propertyBufferSize Gets the size of the buffer in bytes
Public propertyItemsCount Gets the number of items of type (ItemType) in this buffer.
Public propertyItemType Gets the type of each item in this buffer.
Top
See Also