GL_ARM_shader_core_builtins support
Add support for GL_ARM_shader_core_builtins and SPV_ARM_core_builtins, including initial tests
This commit is contained in:
parent
a7603c132d
commit
0464ff4515
18 changed files with 335 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ namespace spv {
|
|||
#include "GLSL.ext.EXT.h"
|
||||
#include "GLSL.ext.AMD.h"
|
||||
#include "GLSL.ext.NV.h"
|
||||
#include "GLSL.ext.ARM.h"
|
||||
}
|
||||
|
||||
namespace spv {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue