Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUBufferCreateInfo
Packages that use ISDL_GPUBufferCreateInfo
-
Uses of ISDL_GPUBufferCreateInfo in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUBufferCreateInfoModifier and TypeMethodDescriptionSDL3.createGPUBuffer
(@Nullable SDL_GPUDevice device, @Nullable ISDL_GPUBufferCreateInfo createinfo) Creates a buffer object to be used in graphics or compute workflows. -
Uses of ISDL_GPUBufferCreateInfo in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUBufferCreateInfoModifier and TypeClassDescriptionfinal record
A structure specifying the parameters of a buffer.static final record
Represents a pointer to / an array of null structure(s) in native memory.