Guest User

Untitled

a guest
Sep 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ... unrecognized identifier 'UNITY_INSTANCING_BUFFER_START' at line ... (on d3d11)
  2. ... not enough actual parameters for macro 'UNITY_ACCESS_INSTANCED_PROP' at line ... (on d3d11)
  3.  
  4. Line 211: #ifdef UNITY_INSTANCING_AOS
  5. #define UNITY_INSTANCING_BUFFER_START(buf)
  6. ...
  7. #define UNITY_INSTANCING_BUFFER_END(arr)
  8. ...
  9. #endif
  10.  
  11. Line 41: #if defined(SHADER_API_D3D11) || ...
  12. #define UNITY_INSTANCING_AOS
  13. #endif
Add Comment
Please, Sign In to add comment