10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
#ifndef CAMERA_SLANG
|
|
#define CAMERA_SLANG
|
|
|
|
struct camera_data {
|
|
float4x4 view;
|
|
float4x4 projection;
|
|
};
|
|
|
|
#endif
|