ExtraBuffersAllocation Enumeration |
Namespace: Lumiscaphe.Workshop.Interop
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No extra buffer will be allocated. | |
| RealTimeSunBuffers | 1 | The real time sun buffers will be allocated. | |
| BlitterFloatBuffer | 2 |
The float buffer will be allocated. It allows the user to blit in a RenderImageMemoryFloat. | |
| EnhancedTransparencyBuffers | 4 | The enhanced transparency buffers will be allocated. | |
| ScreenSpaceReflectionsBuffers | 8 | The screen space reflections buffers will be allocated. | |
| CullerBuffers | 16 | The culler buffers will be allocated | |
| SSAO | 32 | The screen space ambient occlusion (SSAO) buffers will be allocated. | |
| IntersectionBuffers | 64 | The intersection buffers will be allocated. | |
| AllBuffers | 127 | All buffers will be allocated. |