| Support Forum G3D Web Page |
Requires BUFFER_WIDTH = width, BUFFER_WIDTH_MASK = width - 1 and BUFFER_WIDTH_SHIFT = log_2(width) to be passed, where width is a power of 2.
More...
Public Member Functions | |
| layout (local_size_x=WORK_GROUP_SIZE_X, local_size_y=WORK_GROUP_SIZE_Y, local_size_z=1) in | |
| layout (r32ui) uniform uimageBuffer fragmentCounter_buffer | |
| void | main () |
Public Attributes | |
| uniform int | level |
| Pointers to this level are being written. More... | |
| uniform sampler2D | SVO_POSITION_buffer |
| RGBA32F world-space positions. More... | |
Requires BUFFER_WIDTH = width, BUFFER_WIDTH_MASK = width - 1 and BUFFER_WIDTH_SHIFT = log_2(width) to be passed, where width is a power of 2.
Requires WORK_GROUP_SIZE_X, WORK_GROUP_SIZE_Y
| glsl::SVO_flagPopulatedChildren_glc::layout | ( | local_size_x | = WORK_GROUP_SIZE_X, |
| local_size_y | = WORK_GROUP_SIZE_Y, |
||
| local_size_z | = 1 |
||
| ) |
| glsl::SVO_flagPopulatedChildren_glc::layout | ( | r32ui | ) |
|
inline |
| uniform int glsl::SVO_flagPopulatedChildren_glc::level |
Pointers to this level are being written.
| uniform sampler2D glsl::SVO_flagPopulatedChildren_glc::SVO_POSITION_buffer |
RGBA32F world-space positions.
1.8.15