2022-06-02 14:36:10 +00:00
|
|
|
Texture3D<int4> arg_0 : register(t0, space1);
|
2021-12-08 19:54:08 +00:00
|
|
|
|
2022-06-02 14:36:10 +00:00
|
|
|
void textureLoad_4fd803() {
|
|
|
|
int3 arg_1 = (0).xxx;
|
2022-10-25 13:08:45 +00:00
|
|
|
int arg_2 = 1;
|
2022-06-02 14:36:10 +00:00
|
|
|
int4 res = arg_0.Load(int4(arg_1, arg_2));
|
2021-12-08 19:54:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
struct tint_symbol {
|
|
|
|
float4 value : SV_Position;
|
|
|
|
};
|
|
|
|
|
|
|
|
float4 vertex_main_inner() {
|
2022-06-02 14:36:10 +00:00
|
|
|
textureLoad_4fd803();
|
2022-06-01 13:14:39 +00:00
|
|
|
return (0.0f).xxxx;
|
2021-12-08 19:54:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tint_symbol vertex_main() {
|
|
|
|
const float4 inner_result = vertex_main_inner();
|
|
|
|
tint_symbol wrapper_result = (tint_symbol)0;
|
|
|
|
wrapper_result.value = inner_result;
|
|
|
|
return wrapper_result;
|
|
|
|
}
|
|
|
|
|
|
|
|
void fragment_main() {
|
2022-06-02 14:36:10 +00:00
|
|
|
textureLoad_4fd803();
|
2021-12-08 19:54:08 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
[numthreads(1, 1, 1)]
|
|
|
|
void compute_main() {
|
2022-06-02 14:36:10 +00:00
|
|
|
textureLoad_4fd803();
|
2021-12-08 19:54:08 +00:00
|
|
|
return;
|
|
|
|
}
|