mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
#version 450
|
||
|
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
}
|
||
|
|