Add missing format argument to GenTetxureCubemap
This commit is contained in:
parent
75a4d9bf27
commit
71610bc8e5
1 changed files with 1 additions and 1 deletions
|
|
@ -2614,7 +2614,7 @@ namespace Raylib_cs
|
||||||
|
|
||||||
// Generate cubemap texture from HDR texture
|
// Generate cubemap texture from HDR texture
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern Texture2D GenTextureCubemap(Shader shader, Texture2D skyHDR, int size);
|
public static extern Texture2D GenTextureCubemap(Shader shader, Texture2D skyHDR, int size, PixelFormat format);
|
||||||
|
|
||||||
// Generate irradiance texture using cubemap data
|
// Generate irradiance texture using cubemap data
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue