IRenderPass - dpw105f18/papago-api GitHub Wiki

defined in header "irender_pass.hpp"

class IRenderPass;

IRenderpass encapsulates a render state, including the IShaderProgram which are set at construction and parameter bindings, which can be changed during the object's lifetime. Every command submitted to the GPU must be associated with such an object.

Methods

Methods Description
[ bindResource](/dpw105f18/papago-api/wiki/IRenderPass::-bindResource) submit commands to the graphics queue and execute them