Uses of Record Class
club.doki7.sdl3.handle.SDL_GPUTexture
Packages that use SDL_GPUTexture
-
Uses of SDL_GPUTexture in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_GPUTextureModifier and TypeMethodDescriptionSDL3.createGPUTexture
(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUTextureCreateInfo createinfo) Creates a texture object to be used in graphics or compute workflows.Methods in club.doki7.sdl3 with parameters of type SDL_GPUTextureModifier and TypeMethodDescriptionvoid
SDL3.generateMipmapsForGPUTexture
(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_GPUTexture texture) Generates mipmaps for the given texture.void
SDL3.releaseGPUTexture
(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUTexture texture) Frees the given texture as soon as it is safe to do so.void
SDL3.setGPUTextureName
(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUTexture texture, @Nullable BytePtr text) Sets an arbitrary string constant to label a texture. -
Uses of SDL_GPUTexture in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_GPUTextureModifier and TypeMethodDescription@Nullable SDL_GPUTexture
SDL_GPUColorTargetInfo.resolve_texture()
@Nullable SDL_GPUTexture
SDL_GPUBlitRegion.texture()
@Nullable SDL_GPUTexture
SDL_GPUColorTargetInfo.texture()
@Nullable SDL_GPUTexture
SDL_GPUDepthStencilTargetInfo.texture()
@Nullable SDL_GPUTexture
SDL_GPUStorageTextureReadWriteBinding.texture()
@Nullable SDL_GPUTexture
SDL_GPUTextureLocation.texture()
@Nullable SDL_GPUTexture
SDL_GPUTextureRegion.texture()
@Nullable SDL_GPUTexture
SDL_GPUTextureSamplerBinding.texture()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GPUTextureModifier and TypeMethodDescriptionSDL_GPUColorTargetInfo.resolve_texture
(@Nullable SDL_GPUTexture value) SDL_GPUBlitRegion.texture
(@Nullable SDL_GPUTexture value) SDL_GPUColorTargetInfo.texture
(@Nullable SDL_GPUTexture value) SDL_GPUDepthStencilTargetInfo.texture
(@Nullable SDL_GPUTexture value) SDL_GPUStorageTextureReadWriteBinding.texture
(@Nullable SDL_GPUTexture value) SDL_GPUTextureLocation.texture
(@Nullable SDL_GPUTexture value) SDL_GPUTextureRegion.texture
(@Nullable SDL_GPUTexture value) SDL_GPUTextureSamplerBinding.texture
(@Nullable SDL_GPUTexture value) -
Uses of SDL_GPUTexture in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_GPUTextureModifier and TypeClassDescriptionstatic final record
Represents a pointer toSDL_GPUTexture
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUTextureModifier and TypeMethodDescription@Nullable SDL_GPUTexture
SDL_GPUTexture.Ptr.read()
@Nullable SDL_GPUTexture
SDL_GPUTexture.Ptr.read
(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_GPUTextureModifier and TypeMethodDescription@NotNull Iterator
<SDL_GPUTexture> SDL_GPUTexture.Ptr.iterator()
Methods in club.doki7.sdl3.handle with parameters of type SDL_GPUTextureModifier and TypeMethodDescriptionstatic SDL_GPUTexture.Ptr
SDL_GPUTexture.Ptr.allocate
(Arena arena, @Nullable SDL_GPUTexture[] values) static SDL_GPUTexture.Ptr
SDL_GPUTexture.Ptr.allocateV
(Arena arena, @Nullable SDL_GPUTexture value0, @Nullable SDL_GPUTexture... values) void
SDL_GPUTexture.Ptr.write
(long index, @Nullable SDL_GPUTexture value) void
SDL_GPUTexture.Ptr.write
(@Nullable SDL_GPUTexture value) void
SDL_GPUTexture.Ptr.write
(@Nullable SDL_GPUTexture[] values) void
SDL_GPUTexture.Ptr.writeV
(@Nullable SDL_GPUTexture value0, @Nullable SDL_GPUTexture... values)