public class PrismTrace extends Object
Modifier and Type | Method and Description |
---|---|
static void |
rttCreated(long id,
int w,
int h,
int bytesPerPixel) |
static void |
rttCreated(long id,
int w,
int h,
long size) |
static void |
rttDisposed(long id) |
static void |
textureCreated(long id,
int w,
int h,
int bytesPerPixel) |
static void |
textureCreated(long id,
int w,
int h,
long size) |
static void |
textureDisposed(long id) |
public static void textureCreated(long id, int w, int h, long size)
public static void textureCreated(long id, int w, int h, int bytesPerPixel)
public static void textureDisposed(long id)
public static void rttCreated(long id, int w, int h, long size)
public static void rttCreated(long id, int w, int h, int bytesPerPixel)
public static void rttDisposed(long id)
Copyright © 2020. All rights reserved.