mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
mac disable instancer
This commit is contained in:
parent
edc0cc17a2
commit
965832d2df
@ -2,6 +2,7 @@
|
||||
globalvar INSTANCE_SHADER_VS, INSTANCE_SHADER_PS;
|
||||
|
||||
function __initInstanceRenderer() {
|
||||
if(!GMD3D11_IS_SUPPORTED) return;
|
||||
INSTANCE_SHADER_VS = d3d11_shader_compile_vs(working_directory + "Shaders/3dInstance/3dInstanceVS.hlsl", "main", "vs_4_0");
|
||||
INSTANCE_SHADER_PS = d3d11_shader_compile_ps(working_directory + "Shaders/3dInstance/3dInstancePS.hlsl", "main", "ps_4_0");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user