First Commit
This commit is contained in:
12
externals/glslang/Test/spv.ext.ShaderTileImage.color.frag
vendored
Normal file
12
externals/glslang/Test/spv.ext.ShaderTileImage.color.frag
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#version 460
|
||||
#extension GL_EXT_shader_tile_image : require
|
||||
|
||||
precision highp float;
|
||||
|
||||
layout(location=1) tileImageEXT highp attachmentEXT in_color;
|
||||
layout(location=0) out highp vec4 out_color;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
out_color = colorAttachmentReadEXT(in_color);
|
||||
}
|
||||
Reference in New Issue
Block a user