~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/compiler/glsl/ir_uniform.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
extern "C" {
42
42
#endif
43
43
 
44
 
enum PACKED gl_uniform_driver_format {
 
44
enum ENUM_PACKED gl_uniform_driver_format {
45
45
   uniform_native = 0,          /**< Store data in the native format. */
46
46
   uniform_int_float,           /**< Store integer data as floats. */
47
47
};