blob: 0cc502d3cf3e40533862526e2a43c41d5a7d8da6 [file] [log] [blame]
RWTexture1D<float4> arg_0 : register(u0, space1);
void textureStore_e885e8() {
arg_0[1] = float4(0.0f, 0.0f, 0.0f, 0.0f);
}
struct tint_symbol {
float4 value : SV_Position;
};
float4 vertex_main_inner() {
textureStore_e885e8();
return float4(0.0f, 0.0f, 0.0f, 0.0f);
}
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() {
textureStore_e885e8();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_e885e8();
return;
}