evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
GraphicsDevice.generateBuffers
evael
graphics
GraphicsDevice
GraphicsDevice
Generates multiple vertex buffer objects.
class
GraphicsDevice
nothrow
uint
[]
generateBuffers
(
BufferType
type
,
in
int
count
)
Meta
Source
See Implementation
evael
graphics
GraphicsDevice
GraphicsDevice
functions
allocVertexBufferData
beginScene
bindFrameBuffer
bindIndexBuffer
bindTexture
bindVAO
bindVertexBuffer
clearTexture
createBuffer
createFrameBuffer
createIndexBuffer
createVertexBuffer
deleteBuffer
disable
disableShader
dispose
drawCircle
drawIndexedPrimitives
drawLine
drawPrimitives
drawText
enable
enableShader
generateBuffer
generateBuffers
generateVAO
getScreenCoordinates
getWorldCoordinates
initialize2DProjection
initializeOrthographicProjection
initializePerspectiveProjection
reset2DProjection
resetViewport
sendVertexBufferData
setEnvironment
setMatrix
setProjectionMatrix
setUniform
setVertexBuffer
setViewport
switchPolygonMode
mixins
__anonymous
properties
GUIprojectionMatrix
currentShader
defaultFont
environment
nvgContext
projectionMatrix
projectionType
resolution
viewMatrix
viewportSize
Generates multiple vertex buffer objects.