Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UCOMP
- cbuffer _Global_CameraBuffer
- {
- float4x4 viewMatrix;
- float4x4 projectionMatrix;
- float4 CameraPosition;
- float4 NearFarDistance;
- };
- cbuffer _Global_LODBuffer
- {
- float4 minMaxLOD;
- };
Advertisement
Add Comment
Please, Sign In to add comment