Change typenames. Bug in hlsl builtins
This commit is contained in:
@@ -259,6 +259,8 @@ int4x4 :: struct {
|
||||
#foreign atan2 :: (float2, float2) -> float2;
|
||||
#foreign atan2 :: (float3, float3) -> float3;
|
||||
#foreign atan2 :: (float4, float4) -> float4;
|
||||
#foreign atan2 :: (float4x4, float4x4) -> float4x4;
|
||||
#foreign atan2 :: (float4x4, float4x4) -> float4x4;
|
||||
|
||||
#foreign sample :: (texture : Texture2D, uv : float2, sampler : Sampler) -> float4;
|
||||
|
||||
DONE
|
||||
|
||||
Reference in New Issue
Block a user