Skip to content

Vp::WBOITCompositeShader

#include "Viewport/shader/WBOITCompositeShader.h"

Inherits from Vp::Shader

Public Functions

Name
WBOITCompositeShader(GLuint id)
virtual voidinit(bool initSuperclass) override
virtual voidsetUniforms() override<br>Set uniforms before rendering.

Public Attributes

Name
GLuintaccumulationTextureID
GLuintrevealageTextureID

Protected Attributes

Name
GLintaccumulationSampler
GLintrevealageSampler

Additional inherited members

Public Functions inherited from Vp::Shader

Name
Shader(GLuint id)
virtual~Shader() =default
voidbindTexture2D(GLuint textureUnit, GLuint textureID, GLint samplerLocation)
voidbindTexture2DMS(GLuint textureUnit, GLuint textureID, GLint samplerLocation)
boolhasUniform(GLint location)
virtual voidsetUniformsPerMeshPart(Core::Mesh::MeshPart & meshPart)<br>Set uniforms before rendering individual mesh parts.
boolsupportsWboit()
virtual voiduse() const

Public Attributes inherited from Vp::Shader

Name
GLuintm_id
boolm_wboit <br>Whether to use weighted blended transparency for output if supported.
intm_wboitFunc

Protected Attributes inherited from Vp::Shader

Name
GLintm_wboitFlagId <br>Uniform id of the wboit enable/disable flag.
GLintm_wboitFuncId

Public Functions Documentation

function WBOITCompositeShader

cpp
explicit WBOITCompositeShader(
    GLuint id
)
explicit WBOITCompositeShader(
    GLuint id
)

function init

cpp
virtual void init(
    bool initSuperclass
) override
virtual void init(
    bool initSuperclass
) override

Reimplements: Vp::Shader::init

function setUniforms

cpp
virtual void setUniforms() override
virtual void setUniforms() override

Set uniforms before rendering.

Reimplements: Vp::Shader::setUniforms

Public Attributes Documentation

variable accumulationTextureID

cpp
GLuint accumulationTextureID {0};
GLuint accumulationTextureID {0};

variable revealageTextureID

cpp
GLuint revealageTextureID {0};
GLuint revealageTextureID {0};

Protected Attributes Documentation

variable accumulationSampler

cpp
GLint accumulationSampler;
GLint accumulationSampler;

variable revealageSampler

cpp
GLint revealageSampler;
GLint revealageSampler;

Updated on 2024-03-16 at 19:15:01 +0000