2022-10-24 23:58:53 +00:00
|
|
|
TextureCubeArray arg_0 : register(t0, space1);
|
|
|
|
SamplerComparisonState arg_1 : register(s1, space1);
|
|
|
|
|
|
|
|
void textureSampleCompare_1912e5() {
|
2022-11-04 17:06:03 +00:00
|
|
|
float res = arg_0.SampleCmp(arg_1, float4((1.0f).xxx, float(1u)), 1.0f);
|
2022-10-24 23:58:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void fragment_main() {
|
|
|
|
textureSampleCompare_1912e5();
|
|
|
|
return;
|
|
|
|
}
|