Khaotic Engine Reborn
|
Public Member Functions | |
skybox_shader_class (const skybox_shader_class &) | |
bool | Initialize (ID3D11Device *, HWND) |
void | Shutdown () |
bool | Render (ID3D11DeviceContext *, int, XMMATRIX, XMMATRIX, XMMATRIX, ID3D11ShaderResourceView *, XMFLOAT4, XMFLOAT4, XMFLOAT3, float) |
Definition at line 11 of file skybox_shader_class.h.
skybox_shader_class::skybox_shader_class | ( | ) |
Definition at line 7 of file skybox_shader_class.cpp.
skybox_shader_class::skybox_shader_class | ( | const skybox_shader_class & | other | ) |
Definition at line 21 of file skybox_shader_class.cpp.
skybox_shader_class::~skybox_shader_class | ( | ) |
Definition at line 26 of file skybox_shader_class.cpp.
bool skybox_shader_class::Initialize | ( | ID3D11Device * | device, |
HWND | hwnd ) |
Definition at line 31 of file skybox_shader_class.cpp.
bool skybox_shader_class::Render | ( | ID3D11DeviceContext * | deviceContext, |
int | indexCount, | ||
XMMATRIX | worldMatrix, | ||
XMMATRIX | viewMatrix, | ||
XMMATRIX | projectionMatrix, | ||
ID3D11ShaderResourceView * | texture, | ||
XMFLOAT4 | diffuseColor, | ||
XMFLOAT4 | ambientColor, | ||
XMFLOAT3 | sunDirection, | ||
float | sunIntensity ) |
Definition at line 77 of file skybox_shader_class.cpp.
void skybox_shader_class::Shutdown | ( | ) |
Definition at line 69 of file skybox_shader_class.cpp.