__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.217.60: ~ $
'''OpenGL extension AMD.query_buffer_object

This module customises the behaviour of the 
OpenGL.raw.GL.AMD.query_buffer_object to provide a more 
Python-friendly API

Overview (from the spec)
	
	Statistics about the operation of the OpenGL pipeline, such as the number
	of samples that passed the depth test, the elapsed time between two events
	or the number of vertices written to a transform feedback buffer may
	be retrieved from the GL through query objects. The current value of a
	query object may be retrieved by the application through the OpenGL API.
	Should the result returned by the API be required for use in a shader,
	it must be passed back to the GL via a program uniform or some other
	mechanism. This requires a round-trip from the GPU to the CPU and back.
	
	This extension introduces a mechanism whereby the current value of a query
	result may be retrieved into a buffer object instead of client memory.
	This allows the query result to be made available to a shader without a
	round-trip to the CPU for example by subsequently using the buffer object
	as a uniform buffer, texture buffer or other data store visible to the
	shader. This functionality may also be used to place the results of
	many query objects into a single, large buffer and then map or otherwise
	read back the entire buffer at a later point in time, avoiding a per-query
	CPU-GPU synchronization event.
	
	The result of any query object type supported by the GL implementation
	may be retrieved into a buffer object. The implementation will determine
	the most efficient method of copying the query result to the buffer.

The official definition of this extension is available here:
http://www.opengl.org/registry/specs/AMD/query_buffer_object.txt
'''
from OpenGL import platform, constant, arrays
from OpenGL import extensions, wrapper
import ctypes
from OpenGL.raw.GL import _types, _glgets
from OpenGL.raw.GL.AMD.query_buffer_object import *
from OpenGL.raw.GL.AMD.query_buffer_object import _EXTENSION_NAME

def glInitQueryBufferObjectAMD():
    '''Return boolean indicating whether this extension is available'''
    from OpenGL import extensions
    return extensions.hasGLExtension( _EXTENSION_NAME )


### END AUTOGENERATED SECTION

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
__init__.py File 0 B 0644
blend_minmax_factor.py File 1.47 KB 0644
conservative_depth.py File 1.53 KB 0644
debug_output.py File 4 KB 0644
depth_clamp_separate.py File 1.22 KB 0644
draw_buffers_blend.py File 1.23 KB 0644
framebuffer_multisample_advanced.py File 1.87 KB 0644
framebuffer_sample_positions.py File 1.91 KB 0644
gcn_shader.py File 1.08 KB 0644
gpu_shader_half_float.py File 1.73 KB 0644
gpu_shader_int16.py File 1.43 KB 0644
gpu_shader_int64.py File 4.65 KB 0644
interleaved_elements.py File 2.66 KB 0644
multi_draw_indirect.py File 1.9 KB 0644
name_gen_delete.py File 1.86 KB 0644
occlusion_query_event.py File 1.68 KB 0644
performance_monitor.py File 2.98 KB 0644
pinned_memory.py File 1.25 KB 0644
query_buffer_object.py File 2.18 KB 0644
sample_positions.py File 1.37 KB 0644
seamless_cubemap_per_texture.py File 2.18 KB 0644
shader_atomic_counter_ops.py File 1.34 KB 0644
shader_ballot.py File 1.06 KB 0644
shader_explicit_vertex_parameter.py File 1.33 KB 0644
shader_gpu_shader_half_float_fetch.py File 872 B 0644
shader_image_load_store_lod.py File 1021 B 0644
shader_stencil_export.py File 1.47 KB 0644
shader_trinary_minmax.py File 1.3 KB 0644
sparse_texture.py File 1.8 KB 0644
stencil_operation_extended.py File 1.71 KB 0644
texture_gather_bias_lod.py File 1.03 KB 0644
texture_texture4.py File 1.32 KB 0644
transform_feedback3_lines_triangles.py File 1.29 KB 0644
transform_feedback4.py File 2.33 KB 0644
vertex_shader_layer.py File 1.96 KB 0644
vertex_shader_tessellator.py File 2.56 KB 0644
vertex_shader_viewport_index.py File 1.53 KB 0644
Filemanager