9 ref class ModelInstance;
10 ref class ICBMaterial;
14 kmyGfx::SYSTEMLAYOUT*
_lyt =
nullptr;
16 kmyGfx::GameViewDrawCommandBuffer*
_obj =
nullptr;
26 void viewport(u16 x, u16 y, u16 w, u16 h);
27 void clearFramebuffer(
float r,
float g,
float b,
float a,
bool color,
bool depth,
bool stencil);
Definition: Framebuffer.h:8
Definition: GeometryInstance.h:9
Definition: ICBMaterial.h:6
Definition: InternalCommandBuffer.h:13
void storeSystemParameter()
Definition: InternalCommandBuffer.cpp:440
bool _own
Definition: InternalCommandBuffer.h:17
void drawModelInstance(ModelInstance^ mdl, Material^ mtl, ShaderPass pass, bool ditherTranslucent)
Definition: InternalCommandBuffer.cpp:300
InternalCommandBuffer()
Definition: InternalCommandBuffer.cpp:7
void drawGeometries(System::Func< GeometryInstance^, bool > ^filter, Material^ mtl, ShaderPass pass, bool ditherTranslucent)
Definition: InternalCommandBuffer.cpp:349
void drawGeometry(GeometryInstance^ gi, Material^ mtl, ShaderPass pass, bool ditherTranslucent)
Definition: InternalCommandBuffer.cpp:327
kmyGfx::SYSTEMLAYOUT * _lyt
Definition: InternalCommandBuffer.h:14
void setMatrix(SharpKmyMath::Matrix4 proj, SharpKmyMath::Matrix4 view)
Definition: InternalCommandBuffer.cpp:425
void viewport(u16 x, u16 y, u16 w, u16 h)
Definition: InternalCommandBuffer.cpp:418
void copyFramebuffer(Texture^ tex, int x, int y, int w, int h)
Definition: InternalCommandBuffer.cpp:383
void reset()
Definition: InternalCommandBuffer.cpp:399
void clearFramebuffer(float r, float g, float b, float a, bool color, bool depth, bool stencil)
Definition: InternalCommandBuffer.cpp:391
~InternalCommandBuffer()
Definition: InternalCommandBuffer.cpp:23
void bindFramebuffer(Framebuffer^ fb)
Definition: InternalCommandBuffer.cpp:406
void drawVertices(PrimitiveType prim, ICBMaterial^ mtl, SharpKmyMath::Matrix4 transform, VertexBuffer^ vb)
Definition: InternalCommandBuffer.cpp:38
void drawScreen(Material^ mtl)
Definition: InternalCommandBuffer.cpp:376
kmyGfx::GameViewDrawCommandBuffer * _obj
Definition: InternalCommandBuffer.h:16
void execImmediate()
Definition: InternalCommandBuffer.cpp:447
Definition: ModelInstance.h:19
Definition: VertexBuffer.h:11
ShaderPass
Definition: GfxTypes.h:220
PrimitiveType
Definition: GfxTypes.h:76