DrawContext class
Base classes
- class sead::DrawContext
Constructors, destructors, conversion operators
- DrawContext()
- ~DrawContext() override
Public functions
- void setCommandBuffer(DisplayList* buffer)
- void flushCommandBuffer()
- void setBoundRenderBuffer(const RenderBuffer* buffer)
- void barrierTexture(u32 flags)
- void barrierShader(u32 flags)
- auto isTextureDirty(u32 unused, s32 index) const -> bool
- void setTextureDirty(s32 index)
- void changeShaderType(ShaderMode mode, ShaderOptimizeType optimizeType)
- void setCommandBufferTemporary()
-
auto getCommandBuffer() -> nn::
gfx:: CommandBuffer*
Function documentation
nn:: gfx:: CommandBuffer* agl:: DrawContext:: getCommandBuffer()
#include <gfx/seadDrawContext.h>