MCPcopy Create free account
hub / github.com/Autodesk/Aurora / createWindow

Method createWindow

Libraries/Aurora/Source/DirectX/PTRenderer.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111// that is cumbersome.
112
113IWindowPtr PTRenderer::createWindow(WindowHandle handle, uint32_t width, uint32_t height)
114{
115 // Create and return a new window object.
116 return make_shared<PTWindow>(this, handle, width, height);
117}
118
119IRenderBufferPtr PTRenderer::createRenderBuffer(int width, int height, ImageFormat imageFormat)
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected