Click or drag to resize
Ab4d.SharpEngine logo

GpuDynamicMemoryBlockT Methods

The GpuDynamicMemoryBlockT type exposes the following members.

Methods
 NameDescription
Public methodAddNewGpuBuffer 
Public methodStatic memberCreate 
Protected methodDispose
(Overrides ComponentBaseDispose(Boolean))
Public methodFreeIndex 
Public methodGetNextFreeIndex 
Public methodMarkDataChanged MarkDataChanged need to be called after the Data is changed. This will copy the data to the GpuBuffer on next call to Update(Int32) method.
Public methodUpdate Update method updates the GpuBuffer in case the data has changed (in this case true is returned).
Top
See Also