mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 15:21:44 +00:00
NV fixes.
This commit is contained in:
parent
bf7eadf929
commit
61f08e2ddd
1 changed files with 3 additions and 3 deletions
|
@ -664,12 +664,12 @@ void RB_RenderDrawSurfList( drawSurf_t *drawSurfs, int numDrawSurfs ) {
|
||||||
RF_SUNFLARE == (backEnd.refdef.entities[oldEntityNum].e.renderfx & RF_SUNFLARE) &&
|
RF_SUNFLARE == (backEnd.refdef.entities[oldEntityNum].e.renderfx & RF_SUNFLARE) &&
|
||||||
0 == (backEnd.refdef.entities[entityNum].e.renderfx & RF_SUNFLARE))
|
0 == (backEnd.refdef.entities[entityNum].e.renderfx & RF_SUNFLARE))
|
||||||
{
|
{
|
||||||
R_FBO_Bind(fbo);
|
|
||||||
qglDepthRange(depth[0], depth[1]);
|
|
||||||
if (inQuery) {
|
if (inQuery) {
|
||||||
inQuery = qfalse;
|
inQuery = qfalse;
|
||||||
qglEndQueryARB(GL_SAMPLES_PASSED_ARB);
|
qglEndQueryARB(GL_SAMPLES_PASSED_ARB);
|
||||||
}
|
}
|
||||||
|
R_FBO_Bind(fbo);
|
||||||
|
qglDepthRange(depth[0], depth[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( entityNum != ENTITYNUM_WORLD ) {
|
if ( entityNum != ENTITYNUM_WORLD ) {
|
||||||
|
@ -794,11 +794,11 @@ void RB_RenderDrawSurfList( drawSurf_t *drawSurfs, int numDrawSurfs ) {
|
||||||
RB_EndSurface();
|
RB_EndSurface();
|
||||||
}
|
}
|
||||||
|
|
||||||
R_FBO_Bind(fbo);
|
|
||||||
if (inQuery) {
|
if (inQuery) {
|
||||||
inQuery = qfalse;
|
inQuery = qfalse;
|
||||||
qglEndQueryARB(GL_SAMPLES_PASSED_ARB);
|
qglEndQueryARB(GL_SAMPLES_PASSED_ARB);
|
||||||
}
|
}
|
||||||
|
R_FBO_Bind(fbo);
|
||||||
|
|
||||||
// go back to the world modelview matrix
|
// go back to the world modelview matrix
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue