You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Texture refactor
-Texture renamed to Texture2D -TextureLayered as base now inherits 2Darray, cubemap and cubemap array -Removed all references to flags in textures (they will go in the shader) -Texture3D gone for now (will come back later done properly) -Create base rasterizer for RenderDevice, RasterizerRD
This commit is contained in:
1
servers/visual/rasterizer/rasterizer_canvas_rd.cpp
Normal file
1
servers/visual/rasterizer/rasterizer_canvas_rd.cpp
Normal file
@@ -0,0 +1 @@
|
||||
#include "rasterizer_canvas_rd.h"
|
||||
Reference in New Issue
Block a user