mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Update template custom shader to include UV, add new globals. Refs #304
This commit is contained in:
@@ -46,7 +46,7 @@ UV co-ordinates
|
||||
/* GLSL */
|
||||
layout (location = 0) in vec2 uv;
|
||||
|
||||
void main() : SV_Target0
|
||||
void main()
|
||||
{
|
||||
// ...
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user