| public GpuSurface |
| createSurface(long windowHandle) |
| method_1_7711(long arg0) |
| createSurface(long window) |
|
| public CommandEncoder |
| createCommandEncoder() |
| method_1_7709() |
| getCommandEncoder() |
|
| public GpuSampler |
| createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode minFilter, FilterMode magFilter, int maxAnisotropy, OptionalDouble maxLod) |
| method_1_7710(class_1_1239 arg0, class_1_1239 arg1, class_1_1230 arg2, class_1_1230 arg3, int arg4, OptionalDouble arg5) |
| createSampler(AddressMode addressModeU, AddressMode addressModeV, FilterMode filterModeU, FilterMode filterModeV, int maxAnisotropy, OptionalDouble maxLevelOfDetail) |
|
| public GpuTexture |
| createTexture(Supplier<String> label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) |
| method_1_7713(Supplier<String> arg0, int arg1, class_1_658 arg2, int arg3, int arg4, int arg5, int arg6) |
| createTexture(Supplier<String> labelGetter, int usage, TexelFormat format, int width, int height, int depthOrLayers, int mipLevels) |
|
| public GpuTexture |
| createTexture(String label, int usage, GpuFormat format, int width, int height, int depthOrLayers, int mipLevels) |
| method_1_7712(String arg0, int arg1, class_1_658 arg2, int arg3, int arg4, int arg5, int arg6) |
| createTexture(String label, int usage, TexelFormat format, int width, int height, int depthOrLayers, int mipLevels) |
|
| private void |
| verifyTextureCreationArgs(int usage, int width, int height, int depthOrLayers, int mipLevels) |
| method_1_7721(int arg0, int arg1, int arg2, int arg3, int arg4) |
| assertValidTextureCreationParams(int usage, int width, int height, int depthOrLayers, int mipLevels) |
|
| public GpuTextureView |
|
| public GpuTextureView |
| createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) |
| method_1_7715(class_1_1231 arg0, int arg1, int arg2) |
| createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) |
|
| private void |
| verifyTextureViewCreationArgs(GpuTexture texture, int baseMipLevel, int mipLevels) |
| method_1_7722(class_1_1231 arg0, int arg1, int arg2) |
| assertTextureUsableWithMipLevels(GpuTexture texture, int baseMipLevel, int mipLevels) |
|
| public GpuBuffer |
|
| public GpuBuffer |
|
| public List<String> |
| getLastDebugMessages() |
| method_1_7718() |
| getLastDebugMessages() |
|
| public boolean |
| isDebuggingEnabled() |
| method_1_7720() |
| isDebuggingEnabled() |
|
| public CompiledPipeline |
|
| public void |
| close() |
| method_1_7705() |
| close() |
|
| public TimestampQueryPool |
| createTimestampQueryPool(int size) |
| method_1_7716(int arg0) |
| createTimestampQueryPool(int size) |
|
| protected long |
| getTimestampNow() |
| method_1_7719() |
| getTimestampNow() |
|
| public GpuDeviceInfo |
| getDeviceInfo() |
| method_1_7717() |
| getDeviceInfo() |
|