Example of render commands:
1) clear current framebuffer with color C
2) clear current depth buffer
2) set current framebuffer to specific FB
3) draw quad with following vertices V1,V2,V3,V4 - that includes position, texcoord, and color and other info related to lighting
Render command can be whatever you want - its just an information you want to pass render API like OpenGL, D3D or other.