2019-08-09 04:18:08 +00:00
|
|
|
|
|
|
|
EXPORTS
|
|
|
|
|
|
|
|
RenderDevice_New
|
|
|
|
RenderDevice_Delete
|
2019-12-15 21:53:33 +00:00
|
|
|
RenderDevice_GetError
|
2019-12-21 01:14:42 +00:00
|
|
|
RenderDevice_DeclareUniform
|
2019-09-29 16:57:51 +00:00
|
|
|
RenderDevice_DeclareShader
|
2019-08-14 10:36:33 +00:00
|
|
|
RenderDevice_SetShader
|
|
|
|
RenderDevice_SetUniform
|
2019-08-09 22:46:51 +00:00
|
|
|
RenderDevice_SetVertexBuffer
|
|
|
|
RenderDevice_SetIndexBuffer
|
|
|
|
RenderDevice_SetAlphaBlendEnable
|
|
|
|
RenderDevice_SetAlphaTestEnable
|
|
|
|
RenderDevice_SetCullMode
|
|
|
|
RenderDevice_SetBlendOperation
|
|
|
|
RenderDevice_SetSourceBlend
|
|
|
|
RenderDevice_SetDestinationBlend
|
|
|
|
RenderDevice_SetFillMode
|
|
|
|
RenderDevice_SetMultisampleAntialias
|
|
|
|
RenderDevice_SetZEnable
|
|
|
|
RenderDevice_SetZWriteEnable
|
2019-08-14 11:51:05 +00:00
|
|
|
RenderDevice_SetTexture
|
|
|
|
RenderDevice_SetSamplerFilter
|
2019-08-09 22:46:51 +00:00
|
|
|
RenderDevice_SetSamplerState
|
2019-08-15 00:52:21 +00:00
|
|
|
RenderDevice_Draw
|
|
|
|
RenderDevice_DrawIndexed
|
2019-08-16 05:10:46 +00:00
|
|
|
RenderDevice_DrawData
|
2019-08-09 22:46:51 +00:00
|
|
|
RenderDevice_StartRendering
|
|
|
|
RenderDevice_FinishRendering
|
|
|
|
RenderDevice_Present
|
|
|
|
RenderDevice_ClearTexture
|
|
|
|
RenderDevice_CopyTexture
|
2019-08-15 00:52:21 +00:00
|
|
|
RenderDevice_SetVertexBufferData
|
|
|
|
RenderDevice_SetVertexBufferSubdata
|
|
|
|
RenderDevice_SetIndexBufferData
|
|
|
|
RenderDevice_SetPixels
|
|
|
|
RenderDevice_SetCubePixels
|
2019-12-16 04:54:44 +00:00
|
|
|
RenderDevice_MapPBO
|
|
|
|
RenderDevice_UnmapPBO
|
2019-08-09 04:18:08 +00:00
|
|
|
VertexBuffer_New
|
|
|
|
VertexBuffer_Delete
|
|
|
|
IndexBuffer_New
|
|
|
|
IndexBuffer_Delete
|
|
|
|
Texture_New
|
|
|
|
Texture_Delete
|
2019-08-09 21:15:48 +00:00
|
|
|
Texture_Set2DImage
|
|
|
|
Texture_SetCubeImage
|
2019-08-16 04:39:18 +00:00
|
|
|
RawMouse_New
|
|
|
|
RawMouse_Delete
|
|
|
|
RawMouse_GetX
|
|
|
|
RawMouse_GetY
|
2019-12-19 02:12:44 +00:00
|
|
|
Matrix_Null
|
|
|
|
Matrix_Identity
|
|
|
|
Matrix_Translation
|
|
|
|
Matrix_RotationX
|
|
|
|
Matrix_RotationY
|
|
|
|
Matrix_RotationZ
|
|
|
|
Matrix_Scaling
|
|
|
|
Matrix_Multiply
|