Skip to content
Snippets Groups Projects

Resolve "SAF-R Module"

Merged Ghost User requested to merge 94-saf-r-module into develop
Compare and
8 files
+ 531
0
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 10
0
 
#version 450 core
 
#extension GL_ARB_separate_shader_objects : enable
 
 
layout(std430, binding = 0) coherent buffer safrBuffers{
 
int inumbers[];
 
};
 
 
void main(){
 
int i = 42;
 
}
 
\ No newline at end of file
Loading