You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Implement point size emulation in the forward shader for D3D12.
This commit is contained in:
@@ -6129,6 +6129,8 @@ bool RenderingDeviceDriverD3D12::has_feature(Features p_feature) {
|
||||
return true;
|
||||
case SUPPORTS_VULKAN_MEMORY_MODEL:
|
||||
return false;
|
||||
case SUPPORTS_POINT_SIZE:
|
||||
return false;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user