| CommandEncoder | | createCommandEncoder() | | createCommandEncoder() |
|
| GpuSampler | | createSampler(AddressMode arg0, AddressMode arg1, FilterMode arg2, FilterMode arg3, int arg4, OptionalDouble arg5) | | createSampler(AddressMode arg0, AddressMode arg1, FilterMode arg2, FilterMode arg3, int arg4, OptionalDouble arg5) | | createSampler(com.mojang.blaze3d.textures.AddressMode arg0, com.mojang.blaze3d.textures.AddressMode arg1, com.mojang.blaze3d.textures.FilterMode arg2, com.mojang.blaze3d.textures.FilterMode arg3, int arg4, OptionalDouble arg5) | | createSampler(com.mojang.blaze3d.textures.AddressMode addressModeU, com.mojang.blaze3d.textures.AddressMode addressModeV, com.mojang.blaze3d.textures.FilterMode minFilterMode, com.mojang.blaze3d.textures.FilterMode magFilterMode, int maxAnisotropy, OptionalDouble arg5) |
|
| GpuTexture | | createTexture(Supplier<String> arg0, int arg1, TextureFormat arg2, int arg3, int arg4, int arg5, int arg6) | | createTexture(Supplier<String> arg0, int arg1, TextureFormat arg2, int arg3, int arg4, int arg5, int arg6) | | createTexture(Supplier<String> arg0, int arg1, TextureFormat arg2, int arg3, int arg4, int arg5, int arg6) | | createTexture(Supplier<String> labelGetter, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) |
|
| GpuTexture | | createTexture(String arg0, int arg1, TextureFormat arg2, int arg3, int arg4, int arg5, int arg6) | | createTexture(String arg0, int arg1, TextureFormat arg2, int arg3, int arg4, int arg5, int arg6) | | createTexture(String arg0, int arg1, TextureFormat arg2, int arg3, int arg4, int arg5, int arg6) | | createTexture(String label, int usage, TextureFormat format, int width, int height, int depthOrLayers, int mipLevels) |
|
| GpuTextureView | |
| GpuTextureView | | createTextureView(GpuTexture arg0, int arg1, int arg2) | | createTextureView(GpuTexture arg0, int arg1, int arg2) | | createTextureView(GpuTexture arg0, int arg1, int arg2) | | createTextureView(GpuTexture texture, int baseMipLevel, int mipLevels) |
|
| GpuBuffer | |
| GpuBuffer | |
| String | | getImplementationInformation() | | getImplementationInformation() |
|
| List<String> | | getLastDebugMessages() | | getLastDebugMessages() |
|
| boolean | | isDebuggingEnabled() | | isDebuggingEnabled() |
|
| String | |
| String | | getBackendName() | | getBackendName() |
|
| String | |
| String | | getRenderer() | | getRenderer() |
|
| int | | getMaxTextureSize() | | getMaxTextureSize() |
|
| int | | getUniformOffsetAlignment() | | getUniformOffsetAlignment() |
|
| default CompiledRenderPipeline | |
| CompiledRenderPipeline | |
| void | | clearPipelineCache() | | clearPipelineCache() |
|
| List<String> | | getEnabledExtensions() | | getEnabledExtensions() |
|
| int | | getMaxSupportedAnisotropy() | | getMaxSupportedAnisotropy() |
|
| void | |