Implement new revision of extension GL_AMD_shader_ballot
- Add support for invocation functions with "InclusiveScan" and "ExclusiveScan" modes. - Add support for invocation functions taking int64/uint64/doube/float16 as inout data types.
This commit is contained in:
parent
33dadd1287
commit
430ef40ab4
9 changed files with 2067 additions and 28 deletions
|
|
@ -555,7 +555,7 @@ public:
|
|||
|
||||
SourceLanguage source;
|
||||
int sourceVersion;
|
||||
std::set<const char*> extensions;
|
||||
std::set<std::string> extensions;
|
||||
std::vector<const char*> sourceExtensions;
|
||||
AddressingModel addressModel;
|
||||
MemoryModel memoryModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue