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 TypeMethodDescriptionvoidSDL3.generateMipmapsForGPUTexture(@Nullable SDL_GPUCommandBuffer command_buffer, @Nullable SDL_GPUTexture texture) Generates mipmaps for the given texture.voidSDL3.releaseGPUTexture(@Nullable SDL_GPUDevice device, @Nullable SDL_GPUTexture texture) Frees the given texture as soon as it is safe to do so.voidSDL3.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_GPUTextureSDL_GPUColorTargetInfo.resolve_texture()@Nullable SDL_GPUTextureSDL_GPUBlitRegion.texture()@Nullable SDL_GPUTextureSDL_GPUColorTargetInfo.texture()@Nullable SDL_GPUTextureSDL_GPUDepthStencilTargetInfo.texture()@Nullable SDL_GPUTextureSDL_GPUStorageTextureReadWriteBinding.texture()@Nullable SDL_GPUTextureSDL_GPUTextureLocation.texture()@Nullable SDL_GPUTextureSDL_GPUTextureRegion.texture()@Nullable SDL_GPUTextureSDL_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 recordRepresents a pointer toSDL_GPUTexturehandle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_GPUTextureModifier and TypeMethodDescription@Nullable SDL_GPUTextureSDL_GPUTexture.Ptr.read()@Nullable SDL_GPUTextureSDL_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.PtrSDL_GPUTexture.Ptr.allocate(Arena arena, @Nullable SDL_GPUTexture[] values) static SDL_GPUTexture.PtrSDL_GPUTexture.Ptr.allocateV(Arena arena, @Nullable SDL_GPUTexture value0, @Nullable SDL_GPUTexture... values) voidSDL_GPUTexture.Ptr.write(long index, @Nullable SDL_GPUTexture value) voidSDL_GPUTexture.Ptr.write(@Nullable SDL_GPUTexture value) voidSDL_GPUTexture.Ptr.write(@Nullable SDL_GPUTexture[] values) voidSDL_GPUTexture.Ptr.writeV(@Nullable SDL_GPUTexture value0, @Nullable SDL_GPUTexture... values)