Namespace: DeltaEngine.Graphics.GLFW3Assembly: DeltaEngine.Graphics.GLFW3 (in DeltaEngine.Graphics.GLFW3.dll) Version: 1.1.1.0 (1.1.1)
public override void LoadTextureInNativePlatformFormat(
int width,
int height,
IntPtr nativeLoadedData,
bool hasAlpha
)
public override void LoadTextureInNativePlatformFormat(
int width,
int height,
IntPtr nativeLoadedData,
bool hasAlpha
)
Public Overrides Sub LoadTextureInNativePlatformFormat (
width As Integer,
height As Integer,
nativeLoadedData As IntPtr,
hasAlpha As Boolean
)
Public Overrides Sub LoadTextureInNativePlatformFormat (
width As Integer,
height As Integer,
nativeLoadedData As IntPtr,
hasAlpha As Boolean
)
public:
virtual void LoadTextureInNativePlatformFormat(
int width,
int height,
IntPtr nativeLoadedData,
bool hasAlpha
) override
public:
virtual void LoadTextureInNativePlatformFormat(
int width,
int height,
IntPtr nativeLoadedData,
bool hasAlpha
) override
abstract LoadTextureInNativePlatformFormat :
width : int *
height : int *
nativeLoadedData : IntPtr *
hasAlpha : bool -> unit
override LoadTextureInNativePlatformFormat :
width : int *
height : int *
nativeLoadedData : IntPtr *
hasAlpha : bool -> unit
abstract LoadTextureInNativePlatformFormat :
width : int *
height : int *
nativeLoadedData : IntPtr *
hasAlpha : bool -> unit
override LoadTextureInNativePlatformFormat :
width : int *
height : int *
nativeLoadedData : IntPtr *
hasAlpha : bool -> unit