Skip to content
Snippets Groups Projects
Commit 21c0b4de authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

gl_device: Add commentary to AOFFI unit test source code

The intention behind this commit is to hint someone inspecting an
apitrace dump to ignore this ill-formed GLSL code.
parent 84928e6d
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ Device::Device(std::nullptr_t) {
bool Device::TestVariableAoffi() {
const GLchar* AOFFI_TEST = R"(#version 430 core
// This is a unit test, please ignore me on apitrace bug reports.
uniform sampler2D tex;
uniform ivec2 variable_offset;
void main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment