mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Added Camera, Renderer, ... and moved example to sandbox
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cbuffer Constants : register(b0)
|
||||
cbuffer SceneConstants : register(b0)
|
||||
{
|
||||
float4x4 Transform = float4x4(1, 0, 0, 0,
|
||||
0, 1, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user