コード例 #1
0
 public virtual bool canNativeClut(int textureAddress, int pixelFormat, bool textureSwizzle)
 {
     return(proxy.canNativeClut(textureAddress, pixelFormat, textureSwizzle));
 }