Skip to content

Instantly share code, notes, and snippets.

@abstractalgo
Last active November 6, 2015 23:12
Show Gist options
  • Save abstractalgo/93ad077823cfdac63bdc to your computer and use it in GitHub Desktop.
Save abstractalgo/93ad077823cfdac63bdc to your computer and use it in GitHub Desktop.
fbo, tex, vbo, vao, shader
transform
fbo + shader = pass
vbo + vao = geometry
fbo + tex = rendertarget
shader = material
geoemtry + transform + material = mesh
transform + shader = light
transform + pass = camera
camera + mesh + light = technique
shaders + technique = rendering pipeline
custom allocators
data-oriented
job system (load-balancing, smart batching)
streaming resources
culling
lod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment