Sleeping Wombat Graphic API  1.010
swGraphicAPI
Classes
Rendering commands

Classes

class  IRenderer
 Klasa interfejsu renderera. More...
 
struct  RendererCommand
 Base class for renderer commands. More...
 
struct  SetRenderTargetCommand
 Set state of rasterizer and render target. More...
 
struct  ViewportInfo
 Viewport data. More...
 
struct  ScissorRectInfo
 ScissorRect data. More...
 
struct  SetRenderTargetExCommand
 Set state of rasterizer and render target. More...
 
struct  ClearRenderTargetCommand
 Set state of rasterizer and render target. More...
 
struct  DrawCommand
 Main draw command. More...
 
struct  DrawInstancedCommand
 Instanced drawing command. More...
 
struct  SetShaderStateCommand
 Sets basic shaders and textures. More...
 
struct  SetShaderStateExCommand
 Sets geometry and tesselation shaders. More...
 
struct  SetDefaultBuffersCommand
 Sets default buffers. More...
 
struct  SetRenderStateCommand
 
struct  SetRenderStateExCommand
 
struct  CopyTextureCommand
 Copy texture. More...
 
struct  BindBufferCommand
 Binds additional buffers. More...
 
struct  UpdateBufferCommand
 Updates buffer with given data. More...
 
struct  UpdateBindBuffer
 Binds buffer to pipeline and updates with given data. More...
 

Detailed Description

Commands for IRenderer class.