This allows us to provide all functionality in executable file without providing additional data files. Added bin2hex utility that does [spirv binary->cpp code] conversion. Idea is based on vkQuake implementation.
9 lines
246 B
Markdown
9 lines
246 B
Markdown
Removed cvars:
|
|
* r_allowExtensions (always use extensions if available)
|
|
* r_allowSoftwareGL
|
|
* r_colorbits (use desktop color depth)
|
|
* r_ext_multitexture (required)
|
|
* r_ignoreFastPath
|
|
* r_maskMinidriver
|
|
* r_primitives (always use qglDrawElements)
|