MCPcopy Create free account
hub / github.com/Blakkis/PyGLMaze / __init__

Method __init__

pymaze/post_processing.py:40–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38#
39class PWPostProcessing(PWConstants):
40 def __init__(self):
41 self.buffer = 0
42 self.color_texture = 0
43 self.depth_texture = 0
44 self.__createPassBuffer()
45
46 # --------
47
48 self.quad = PWVaoData()
49 self.__createPassQuad()
50
51
52 def getColorAttachment(self):

Callers

nothing calls this directly

Calls 3

__createPassBufferMethod · 0.95
__createPassQuadMethod · 0.95
PWVaoDataClass · 0.85

Tested by

no test coverage detected