We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eba73 commit c5c3e95Copy full SHA for c5c3e95
src/Layers/xrRenderPC_GL/rgl.h
@@ -252,7 +252,7 @@ class CRender : public D3DXRenderBase
252
R_constant* C = &*RCache.get_c (c_sbase); // get sampler
253
if (0==C) return;
254
VERIFY (RC_dest_sampler == C->destination);
255
- VERIFY (RC_dx10texture == C->type);
+ VERIFY (RC_sampler == C->type);
256
CTexture* T = RCache.get_ActiveTexture (u32(C->samp.index));
257
VERIFY (T);
258
float mtl = T->m_material;
0 commit comments