2
0

Fix texture driver api TRFS flags

[ROCm/clr commit: 414cb24351]
Este cometimento está contido em:
Rahul Garg
2018-04-02 21:47:20 +05:30
ascendente ebd0aa3b47
cometimento db20c24914
+2 -2
Ver ficheiro
@@ -39,8 +39,8 @@ struct hipChannelFormatDesc {
enum hipChannelFormatKind f;
};
#define HIP_TRSF_NORMALIZED_COORDINATES 0x02
#define HIP_TRSF_READ_AS_INTEGER 0x01
#define HIP_TRSF_NORMALIZED_COORDINATES 0x01
#define HIP_TRSF_READ_AS_INTEGER 0x00
#define HIP_TRSA_OVERRIDE_FORMAT 0x01
enum hipArray_Format {