2019-08-09 04:18:08 +00:00
|
|
|
|
|
|
|
EXPORTS
|
|
|
|
|
|
|
|
RenderDevice_New
|
|
|
|
RenderDevice_Delete
|
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_SetFogEnable
|
|
|
|
RenderDevice_SetFogColor
|
|
|
|
RenderDevice_SetFogStart
|
|
|
|
RenderDevice_SetFogEnd
|
|
|
|
RenderDevice_SetMultisampleAntialias
|
|
|
|
RenderDevice_SetTextureFactor
|
|
|
|
RenderDevice_SetZEnable
|
|
|
|
RenderDevice_SetZWriteEnable
|
|
|
|
RenderDevice_SetTransform
|
|
|
|
RenderDevice_SetSamplerState
|
|
|
|
RenderDevice_DrawPrimitives
|
|
|
|
RenderDevice_DrawUserPrimitives
|
|
|
|
RenderDevice_SetVertexDeclaration
|
|
|
|
RenderDevice_StartRendering
|
|
|
|
RenderDevice_FinishRendering
|
|
|
|
RenderDevice_Present
|
|
|
|
RenderDevice_ClearTexture
|
|
|
|
RenderDevice_CopyTexture
|
2019-08-09 04:18:08 +00:00
|
|
|
VertexBuffer_New
|
|
|
|
VertexBuffer_Delete
|
|
|
|
VertexBuffer_SetBufferData
|
|
|
|
VertexBuffer_SetBufferSubdata
|
|
|
|
VertexDeclaration_New
|
|
|
|
VertexDeclaration_Delete
|
|
|
|
IndexBuffer_New
|
|
|
|
IndexBuffer_Delete
|
|
|
|
IndexBuffer_SetBufferData
|
|
|
|
Texture_New
|
|
|
|
Texture_Delete
|
2019-08-09 21:15:48 +00:00
|
|
|
Texture_Set2DImage
|
|
|
|
Texture_SetPixels
|
|
|
|
Texture_Lock
|
|
|
|
Texture_Unlock
|
|
|
|
Texture_SetCubeImage
|
|
|
|
Texture_SetCubePixels
|