gKit2 light
Loading...
Searching...
No Matches
fragment_record.glsl File Reference

Go to the source code of this file.

Classes

struct  fragment

Functions

 layout (std430, binding=0) buffer fragments

Class Documentation

◆ fragment

struct fragment

Definition at line 5 of file fragment_record.glsl.

Class Members
float x
float y
float z
float r
float g
float b

Function Documentation

◆ layout()

layout ( std430 ,
binding = 0 )

Definition at line 11 of file fragment_record.glsl.

12{
13 uint count;
14
15 fragment array[];
16};