Manual: vulkan
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
bindMemory(self, memory, offset)
not documented self | not documented |
memory | not documented |
offset | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, pool, id)
not documented self | not documented |
pool | not documented |
id | not documented |
returns | not documented |
volatile
not documented
volatile
beginRenderPass(self, begin_info, contents)
not documented self | not documented |
begin_info | not documented |
contents | not documented |
returns | not documented |
volatile
bindDescriptorSets(self, pipelineBindPoint, layout, firstSet, sets, dynamicOffsets)
not documented self | not documented |
pipelineBindPoint | not documented |
layout | not documented |
firstSet | not documented |
sets | not documented |
dynamicOffsets | not documented |
returns | not documented |
volatile
bindIndexBuffer(self, buffer, offset, indexType)
not documented self | not documented |
buffer | not documented |
offset | not documented |
indexType | not documented |
returns | not documented |
volatile
bindPipeline(self, pipelineBindPoint, pipeline)
not documented self | not documented |
pipelineBindPoint | not documented |
pipeline | not documented |
returns | not documented |
volatile
bindVertexBuffers(self, firstBinding, buffers, offsets)
not documented self | not documented |
firstBinding | not documented |
buffers | not documented |
offsets | not documented |
returns | not documented |
volatile
dispatch(self, x, y, z)
not documented self | not documented |
x | not documented |
y | not documented |
z | not documented |
returns | not documented |
volatile
dispatchIndirect(self, buffer, offset)
not documented self | not documented |
buffer | not documented |
offset | not documented |
returns | not documented |
volatile
draw(self, vertexCount, instanceCount, firstVertex, firstInstance)
not documented self | not documented |
vertexCount | not documented |
instanceCount | not documented |
firstVertex | not documented |
firstInstance | not documented |
returns | not documented |
volatile
drawIndexed(self, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance)
not documented self | not documented |
indexCount | not documented |
instanceCount | not documented |
firstIndex | not documented |
vertexOffset | not documented |
firstInstance | not documented |
returns | not documented |
volatile
drawIndexedIndirect(self, buffer, offset, drawCount, stride)
not documented self | not documented |
buffer | not documented |
offset | not documented |
drawCount | not documented |
stride | not documented |
returns | not documented |
volatile
drawIndirect(self, buffer, offset, drawCount, stride)
not documented self | not documented |
buffer | not documented |
offset | not documented |
drawCount | not documented |
stride | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
pipelineBarrier(self, srcStageMask, dstStageMask, dependencyFlags, barriers, bufferBarriers, imageBarriers)
not documented self | not documented |
srcStageMask | not documented |
dstStageMask | not documented |
dependencyFlags | not documented |
barriers | not documented |
bufferBarriers | not documented |
imageBarriers | not documented |
returns | not documented |
volatile
pushConstants(self, layout, stageFlags, offset, size, values)
not documented self | not documented |
layout | not documented |
stageFlags | not documented |
offset | not documented |
size | not documented |
values | not documented |
returns | not documented |
volatile
not documented
volatile
resetEvent(self, event, stageMask)
not documented self | not documented |
event | not documented |
stageMask | not documented |
returns | not documented |
volatile
setBlendConstants(self, constants)
not documented self | not documented |
constants | not documented |
returns | not documented |
volatile
setDepthBias(self, factor, clamp, slope)
not documented self | not documented |
factor | not documented |
clamp | not documented |
slope | not documented |
returns | not documented |
volatile
setDepthBounds(self, min, max)
not documented self | not documented |
min | not documented |
max | not documented |
returns | not documented |
volatile
setEvent(self, event, stageMask)
not documented self | not documented |
event | not documented |
stageMask | not documented |
returns | not documented |
volatile
not documented
volatile
setScissor(self, first, scissors)
not documented self | not documented |
first | not documented |
scissors | not documented |
returns | not documented |
volatile
setStencilCompareMask(self, faceMask, compareMask)
not documented self | not documented |
faceMask | not documented |
compareMask | not documented |
returns | not documented |
volatile
setStencilReference(self, faceMask, reference)
not documented self | not documented |
faceMask | not documented |
reference | not documented |
returns | not documented |
volatile
setStencilWriteMask(self, faceMask, writeMask)
not documented self | not documented |
faceMask | not documented |
writeMask | not documented |
returns | not documented |
volatile
setViewport(self, first, viewports)
not documented self | not documented |
first | not documented |
viewports | not documented |
returns | not documented |
volatile
waitEvents(self, events, srcStageMask, dstStageMask, barriers, bufferBarriers, imageBarriers)
not documented self | not documented |
events | not documented |
srcStageMask | not documented |
dstStageMask | not documented |
barriers | not documented |
bufferBarriers | not documented |
imageBarriers | not documented |
returns | not documented |
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, id)
not documented self | not documented |
device | not documented |
id | not documented |
returns | not documented |
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
acquireNextImage(self, swapchain, timeout, semaphore, fence = null)
not documented self | not documented |
swapchain | not documented |
timeout | not documented |
semaphore | not documented |
fence | not documented |
returns | not documented |
volatile
allocateCommandBuffers(self, create_info)
not documented self | not documented |
create_info | not documented |
returns | not documented |
volatile
allocateDescriptorSets(self, create_info)
not documented self | not documented |
create_info | not documented |
returns | not documented |
volatile
allocateMemory(self, alloc_info)
not documented self | not documented |
alloc_info | not documented |
returns | not documented |
volatile
createComputePipeline(self, cache, create_info)
not documented self | not documented |
cache | not documented |
create_info | not documented |
returns | not documented |
volatile
createComputePipelines(self, cache, create_infos)
not documented self | not documented |
cache | not documented |
create_infos | not documented |
returns | not documented |
volatile
createGraphicsPipeline(self, cache, create_info)
not documented self | not documented |
cache | not documented |
create_info | not documented |
returns | not documented |
volatile
createGraphicsPipelines(self, cache, create_infos)
not documented self | not documented |
cache | not documented |
create_infos | not documented |
returns | not documented |
volatile
not documented
volatile
flushMappedMemoryRanges(self, ranges)
not documented self | not documented |
ranges | not documented |
returns | not documented |
volatile
freeDescriptorSets(self, pool, sets)
not documented self | not documented |
pool | not documented |
sets | not documented |
returns | not documented |
volatile
not documented
volatile
getQueue(self, family, index)
not documented self | not documented |
family | not documented |
index | not documented |
returns | not documented |
volatile
invalidateMappedMemoryRanges(self, ranges)
not documented self | not documented |
ranges | not documented |
returns | not documented |
volatile
not documented
volatile
updateDescriptorSets(self, writes, copys)
not documented self | not documented |
writes | not documented |
copys | not documented |
returns | not documented |
volatile
waitForFences(self, fences, waitAll, timeout)
not documented self | not documented |
fences | not documented |
waitAll | not documented |
timeout | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, id)
not documented self | not documented |
device | not documented |
id | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
map(self, ctype, offset, size, flags = null)
not documented self | not documented |
ctype | not documented |
offset | not documented |
size | not documented |
flags | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info = null)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
bindMemory(self, memory, offset)
not documented self | not documented |
memory | not documented |
offset | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
getSubresourceLayout(self, subresource)
not documented self | not documented |
subresource | not documented |
returns | not documented |
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
getImageFormatProperties(self, format, type, tiling, usage, flags)
not documented self | not documented |
format | not documented |
type | not documented |
tiling | not documented |
usage | not documented |
flags | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
getSparseImageFormatProperties(self, format, type, sasmples, usage, tiling)
not documented self | not documented |
format | not documented |
type | not documented |
sasmples | not documented |
usage | not documented |
tiling | not documented |
returns | not documented |
volatile
getSurfaceCapabilities(self, surface)
not documented self | not documented |
surface | not documented |
returns | not documented |
volatile
getSurfaceSupport(self, queueId, surface)
not documented self | not documented |
queueId | not documented |
surface | not documented |
returns | not documented |
volatile
listExtensionProperties(self, name = null)
not documented self | not documented |
name | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
listSurfacePresentModes(self, surface)
not documented self | not documented |
surface | not documented |
returns | not documented |
volatile
not documented
volatile
+init(self, device, id)
not documented self | not documented |
device | not documented |
id | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
bindSparse(self, binds, fence = null)
not documented self | not documented |
binds | not documented |
fence | not documented |
returns | not documented |
volatile
not documented
volatile
submit(self, submits, fence = null)
not documented self | not documented |
submits | not documented |
fence | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info = null)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info = null)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, instance, id)
not documented self | not documented |
instance | not documented |
id | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
+init(self, device, create_info)
not documented self | not documented |
device | not documented |
create_info | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
lib : api
not documented volatile
not documented
volatile
not documented
volatile
name = "vulkan"
not documented volatile
vkdecorator(api, name, desc)
not documented api | not documented |
name | not documented |
desc | not documented |
returns | not documented |
volatile
not documented
volatile
+init(self, shadow, name)
not documented self | not documented |
shadow | not documented |
name | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile
not documented
volatile
+init(self, shadow, defaults, aliases, autoarrays)
not documented self | not documented |
shadow | not documented |
defaults | not documented |
aliases | not documented |
autoarrays | not documented |
returns | not documented |
volatile
not documented
volatile
not documented
volatile
not documented
volatile