normrubin
Results
2
issues of
normrubin
Given this fragment shader SHADER fragment frag GLSL #version 450 #extension GL_ARB_separate_shader_objects : enable #def RENDERX XXX void main() {;} END amber sees the RENDERX as R END ERX (...
I'm having some trouble compiling amber with dxc support - dxc_helper.cc pulls in dxcapi.h which for me gets three compile errors it seems to need dxc/support/WinIncludes.h to get definitions and...