mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
15 lines
267 B
Plaintext
15 lines
267 B
Plaintext
|
RWByteAddressBuffer block : register(u0);
|
||
|
|
||
|
float _15;
|
||
|
|
||
|
void comp_main()
|
||
|
{
|
||
|
block.Store4(0, asuint(float4(0.100000001490116119384765625f, 0.20000000298023223876953125f, 0.300000011920928955078125f, 0.0f)));
|
||
|
}
|
||
|
|
||
|
[numthreads(1, 1, 1)]
|
||
|
void main()
|
||
|
{
|
||
|
comp_main();
|
||
|
}
|