Raito 0.1
Loading...
Searching...
No Matches
OpenGLLightPass.h
Go to the documentation of this file.
1#pragma once
3
5{
6 bool Initialize();
7 void Update(const Camera& camera);
11
12 void Shutdown();
13}
unsigned __int32 u32
Unsigned integer 32 bit type.
Definition BasicTypes.h:55
Definition OpenGLLightPass.cpp:9
bool Initialize()
Definition OpenGLLightPass.cpp:21
u32 GetPointSSBO()
Definition OpenGLLightPass.cpp:84
void Update(const Camera &camera)
Definition OpenGLLightPass.cpp:36
void Shutdown()
Definition OpenGLLightPass.cpp:94
u32 GetDirectionalSSBO()
Definition OpenGLLightPass.cpp:79
u32 GetPointSize()
Definition OpenGLLightPass.cpp:89