SFML.Net
Shader Constructor (IntPtr) |
Construct the shader from a pointer
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public Shader( IntPtr ptr )
Public Sub New ( ptr As IntPtr )
public: Shader( IntPtr ptr )
new : ptr : IntPtr -> Shader
Parameters
- ptr
- Type: SystemIntPtr
Pointer to the shader instance
