mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 19:40:06 +00:00
4f1403ed1b
Corresponds to the EShMsgHlslOffsets flag in messages. Works for both GLSL and HLSL.
27 lines
384 B
GLSL
Executable File
27 lines
384 B
GLSL
Executable File
#version 450
|
|
|
|
buffer block {
|
|
float m0;
|
|
vec3 m4;
|
|
//////
|
|
float m16;
|
|
layout(offset=20) vec3 m20;
|
|
/////
|
|
vec3 m32;
|
|
/////
|
|
vec2 m48;
|
|
vec2 m56;
|
|
////
|
|
float m64;
|
|
vec2 m68;
|
|
float m76;
|
|
//////
|
|
float m80;
|
|
layout(offset=88) vec2 m88;
|
|
//////
|
|
vec2 m96;
|
|
///////
|
|
dvec2 m112;
|
|
};
|
|
|
|
void main() {} |