Last active
November 6, 2015 23:12
-
-
Save abstractalgo/93ad077823cfdac63bdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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