Αυτή η υποβολή περιλαμβάνεται σε:
Alex Voicu
2018-02-12 20:20:24 +00:00
γονέας b29c8461e1 4b8ae78891
υποβολή baf50a5311
38 αρχεία άλλαξαν με 2903 προσθήκες και 116 διαγραφές
+1 -2
Προβολή Αρχείου
@@ -594,7 +594,6 @@ hipError_t hipModuleGetTexRef(
const auto it = globals().find(name);
if (it == globals().end()) return ihipLogStatus(hipErrorInvalidValue);
*texRef = static_cast<textureReference*>(it->second.get());
*texRef = reinterpret_cast<textureReference*>(it->second);
return ihipLogStatus(hipSuccess);
}