MCPcopy Create free account
hub / github.com/SpartanJ/eepp / create

Method create

src/eepp/graphics/framebufferfbo.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool FrameBufferFBO::create( const Uint32& Width, const Uint32& Height ) {
73 return create( Width, Height, true, false, false, 4 );
74}
75
76bool FrameBufferFBO::create( const Uint32& Width, const Uint32& Height, bool StencilBuffer,
77 bool DepthBuffer, bool useColorBuffer, const Uint32& channels ) {

Callers

nothing calls this directly

Calls 13

errorFunction · 0.85
getCurrentWindowMethod · 0.80
genFramebuffersMethod · 0.80
genRenderbuffersMethod · 0.80
renderbufferStorageMethod · 0.80
bindRenderbufferMethod · 0.80
createEmptyTextureMethod · 0.80
framebufferTexture2DMethod · 0.80
getHandleMethod · 0.80
bindFramebufferMethod · 0.80

Tested by

no test coverage detected