Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUSamplerCreateInfo
Packages that use ISDL_GPUSamplerCreateInfo
-
Uses of ISDL_GPUSamplerCreateInfo in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUSamplerCreateInfoModifier and TypeMethodDescriptionSDL3.createGPUSampler
(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUSamplerCreateInfo createinfo) Creates a sampler object to be used when binding textures in a graphics workflow. -
Uses of ISDL_GPUSamplerCreateInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUSamplerCreateInfoModifier and TypeClassDescriptionfinal record
A structure specifying the parameters of a sampler.static final record
Represents a pointer to / an array of null structure(s) in native memory.