mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Constantbuffer now supports single bools
This commit is contained in:
@@ -27,6 +27,8 @@ namespace GlitchyEngine.Renderer
|
||||
|
||||
switch(shaderTypeDescription.Type)
|
||||
{
|
||||
case .Bool:
|
||||
_type = .Bool;
|
||||
case .Float:
|
||||
_type = .Float;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user