blob: add7e2596d9a2c32f2af2ab75471078f929feaff [file] [log] [blame]
TextureCube<float4> arg_0 : register(t0, space1);
SamplerState arg_1 : register(s1, space1);
void textureSampleGrad_5312f4() {
float4 res = arg_0.SampleGrad(arg_1, float3(0.0f, 0.0f, 0.0f), float3(0.0f, 0.0f, 0.0f), float3(0.0f, 0.0f, 0.0f));
}
void vertex_main() {
textureSampleGrad_5312f4();
return;
}
void fragment_main() {
textureSampleGrad_5312f4();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureSampleGrad_5312f4();
return;
}