Some models have a need for static, but mutable data blocks, e.g. More...
#include <apitraits.h>
Public Types | |
typedef void | SupportsStaticData |
typedef STATIC_DATA | StaticData |
Some models have a need for static, but mutable data blocks, e.g.
coefficients which need to be controlled by steerers. This class allows users to appropriately flag their classes so that LibGeoDecomp can take over handling of these. Handling refers to synchronizing them on a GPU and between time steps.
typedef STATIC_DATA LibGeoDecomp::APITraits::HasStaticData< STATIC_DATA >::StaticData |
typedef void LibGeoDecomp::APITraits::HasStaticData< STATIC_DATA >::SupportsStaticData |