pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
FramebufferImpl
polyplex
core
render
Undocumented in source.
abstract
class
FramebufferImpl {
protected
int
width
;
protected
int
height
;
this
(int width, int height, int colorAttachments);
int
Width
[@property getter];
int
Height
[@property getter];
void
Resize
(int width, int height, int colorAttachments);
void
Begin
();
}
Constructors
this
this
(int width, int height, int colorAttachments)
Undocumented in source.
Members
Functions
Begin
void
Begin
()
Undocumented in source.
Resize
void
Resize
(int width, int height, int colorAttachments)
Undocumented in source.
Properties
Height
int
Height
[@property getter]
Undocumented in source.
Width
int
Width
[@property getter]
Undocumented in source.
Variables
height
int
height
;
Undocumented in source.
width
int
width
;
Undocumented in source.
Meta
Source
See Implementation
polyplex
core
render
modules
camera
gl
shapes
simplefont
classes
BackendRenderer
Framebuffer
FramebufferImpl
Renderer
Shader
ShaderCode
SpriteBatch
enums
Blending
ProjectionState
Sampling
ShaderLang
ShaderType
SpriteFlip
SpriteSorting
VSyncState
functions
CreateBackendRenderer
structs
RasterizerState