Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DLIGHTINGCAPS'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
D3DLIGHTINGCAPS
[ TDx_3DI_Library ]
[ next: D3DLIGHTTYPE ]
[ prev: D3DLIGHT7 ]
The definition of the internal DirectX D3DLIGHTINGCAPS object is as follows:
struct D3DLIGHTINGCAPS {
DWORD dwSize;
DWORD dwCaps;
DWORD dwLightingModel;
DWORD dwNumLights;
};
|
|