mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
3f335ce3d4
-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
2 lines
41 B
C++
2 lines
41 B
C++
#include "rasterizer_scene_forward_rd.h"
|