mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 16:37:20 +00:00
OpenGL API sync
This commit is contained in:
@@ -29,6 +29,7 @@ public:
|
||||
ITextureS* newStaticTexture(size_t width, size_t height, size_t mips, TextureFormat fmt,
|
||||
const void* data, size_t sz);
|
||||
ITextureD* newDynamicTexture(size_t width, size_t height, TextureFormat fmt);
|
||||
ITextureR* newRenderTexture(size_t width, size_t height, size_t samples);
|
||||
|
||||
IVertexFormat* newVertexFormat(size_t elementCount, const VertexElementDescriptor* elements);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user