Cromon

GlobalBuffers.hlsl

Oct 15th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. UCOMP
  2. cbuffer _Global_CameraBuffer
  3. {
  4.     float4x4 viewMatrix;
  5.     float4x4 projectionMatrix;
  6.     float4 CameraPosition;
  7.     float4 NearFarDistance;
  8. };
  9.  
  10. cbuffer _Global_LODBuffer
  11. {
  12.     float4 minMaxLOD;
  13. };
Advertisement
Add Comment
Please, Sign In to add comment