Click or drag to resize

ExtraBuffersAllocation Enumeration

The ExtraBuffersAllocation enumeration defines optional buffers to allocate during resources creation. The number of allocated buffer will increase the Gpu memory consumption.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
[FlagsAttribute]
public enum ExtraBuffersAllocation
Members
  Member nameValueDescription
None0 No extra buffer will be allocated.
RealTimeSunBuffers1 The real time sun buffers will be allocated.
BlitterFloatBuffer2 The float buffer will be allocated.
It allows the user to blit in a RenderImageMemoryFloat.
EnhancedTransparencyBuffers4 The enhanced transparency buffers will be allocated.
ScreenSpaceReflectionsBuffers8 The screen space reflections buffers will be allocated.
CullerBuffers16 The culler buffers will be allocated
SSAO32 The screen space ambient occlusion (SSAO) buffers will be allocated.
IntersectionBuffers64 The intersection buffers will be allocated.
AllBuffers127 All buffers will be allocated.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also