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