Implement GL_NV_cooperative_matrix
This commit is contained in:
@@ -83,6 +83,7 @@ const MemorySemanticsMask MemorySemanticsAllMemory =
|
||||
struct IdImmediate {
|
||||
bool isId; // true if word is an Id, false if word is an immediate
|
||||
unsigned word;
|
||||
IdImmediate(bool i, unsigned w) : isId(i), word(w) {}
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user