Advertisement
illwieckz

git log -n 2

Aug 14th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. commit 0ee0b0f9623df3681cbbf35baa55e1ee1607bfda (HEAD)
  2. Author: VReaperV <XXX>
  3. Date: Wed Aug 14 00:21:09 2024 +0300
  4.  
  5. Improve shader logging
  6.  
  7. Parse info logs on shader compilation failure in an implementation-dependent way. Inserts a line like "------^------" into the log pointing to the exact place of the error or "^^^^^^^" if only the line is known. Also reorganised some code a bit due to changes.
  8.  
  9. commit a2414f69380401897f6df8addef999651dde3da7
  10. Author: VReaperV <XXX>
  11. Date: Tue Aug 13 13:32:52 2024 +0300
  12.  
  13. NUKE vertex/fragment shader libs
  14.  
  15. Change the remaining vertex/fragment lib usages to use #insert and nuke the libs themselves.
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement