Uses of Interface
club.doki7.sdl3.datatype.ISDL_GPUBufferBinding
Packages that use ISDL_GPUBufferBinding
-
Uses of ISDL_GPUBufferBinding in club.doki7.sdl3
Methods in club.doki7.sdl3 with parameters of type ISDL_GPUBufferBindingModifier and TypeMethodDescriptionvoid
SDL3.bindGPUIndexBuffer
(@Nullable SDL_GPURenderPass render_pass, @Nullable ISDL_GPUBufferBinding binding, int index_element_size) Binds an index buffer on a command buffer for use with subsequent draw calls.void
SDL3.bindGPUVertexBuffers
(@Nullable SDL_GPURenderPass render_pass, int first_slot, @Nullable ISDL_GPUBufferBinding bindings, int num_bindings) Binds vertex buffers on a command buffer for use with subsequent draw calls. -
Uses of ISDL_GPUBufferBinding in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement ISDL_GPUBufferBindingModifier and TypeClassDescriptionfinal record
A structure specifying parameters in a buffer binding call.static final record
Represents a pointer to / an array of null structure(s) in native memory.