Libraries
»
vulkan-ruby
(1.3.207.5)
»
Index
»
Vulkan
»
Buffer
»
#mapped?
Method: Vulkan::Buffer#mapped?
Defined in:
lib/vulkan/buffer.rb
#
mapped?
⇒
Boolean
Returns:
(
Boolean
)
58 59 60
# File 'lib/vulkan/buffer.rb', line 58
def
mapped?
memory
.
mapped?
end