Exemplo n.º 1
0
 private static extern void Internal_create0(RenderTexture managedInstance, Texture colorSurface);
Exemplo n.º 2
0
 private static extern void Internal_create1(RenderTexture managedInstance, Texture colorSurface, Texture depthStencilSurface);
Exemplo n.º 3
0
 private static extern void Internal_create(RenderTexture managedInstance, PixelFormat format, int width, int height, int numSamples, bool gammaCorrection, bool createDepth, PixelFormat depthStencilFormat);