我正在尝试使用两个opengl图像,其中一个是稀疏的,另一个用作一种页表,我在其中跟踪实际提交的页面。我有一个简单的小着色器,看起来像这样(不包括主要内容):#version450core#extensionGL_ARB_shader_image_load_store:requireuniformfloatgridSize;uniformfloatpageTableSize;boolisPageInMemoryOrRequest(inivec3pos){boolreturnValue=false;if(255u==imageAtomicExchange(pageTable,pos,12