2021-06-03 11:26:17 +00:00
|
|
|
RWTexture3D<float4> arg_0 : register(u0, space1);
|
|
|
|
|
|
|
|
void textureDimensions_0c4772() {
|
|
|
|
int3 tint_tmp;
|
|
|
|
arg_0.GetDimensions(tint_tmp.x, tint_tmp.y, tint_tmp.z);
|
|
|
|
int3 res = tint_tmp;
|
|
|
|
}
|
|
|
|
|
2021-06-16 09:19:36 +00:00
|
|
|
struct tint_symbol {
|
|
|
|
float4 value : SV_Position;
|
|
|
|
};
|
|
|
|
|
2021-06-04 17:31:48 +00:00
|
|
|
tint_symbol vertex_main() {
|
2021-06-03 11:26:17 +00:00
|
|
|
textureDimensions_0c4772();
|
2021-06-04 17:31:48 +00:00
|
|
|
const tint_symbol tint_symbol_1 = {float4(0.0f, 0.0f, 0.0f, 0.0f)};
|
|
|
|
return tint_symbol_1;
|
2021-06-03 11:26:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void fragment_main() {
|
|
|
|
textureDimensions_0c4772();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
[numthreads(1, 1, 1)]
|
|
|
|
void compute_main() {
|
|
|
|
textureDimensions_0c4772();
|
|
|
|
return;
|
|
|
|
}
|